Expand description
named keys for authentication
Structs§
- Key
- Represents a key in the keyring.
- KeyRing
Entry - Represents an entry in the keyring, mapping a key to a name.
Functions§
- key_
from_ string - Deserializes a string into a
Key. - parse_
key_ ring - Parses a JSON string into a
KeyRing.
Type Aliases§
- KeyRing
- A map from
KeytoString(name).