Module api_key

Module api_key 

Source
Expand description

API key authentication

Structs§

ApiKeyAuthProvider
API key authentication provider
Key
Represents a key in the keyring.
KeyRingEntry
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 Key to String (name).