View Source OnePassword.Connect.Section (one_password_connect v0.0.3)

A way to categorize fields inside a vault item. Purely informational purposes and dumb data in this library and there is no functionality around it other than whatever you want to do yourself with it.

Link to this section Summary

Link to this section Types

@type t() :: %OnePassword.Connect.Section{id: String.t(), label: String.t() | nil}