Expand description
API key authentication
Structs§
- ApiKey
Auth Provider - API key authentication provider
- Key
- Represents a key in the keyring.
- KeyRing
Entry - Represents an entry in the keyring, mapping a key to a name.
Functions§
- parse_
key_ ring - Parses a JSON string into a
KeyRing.
Type Aliases§
- KeyRing
- A map from
KeytoString(name).