Values accepted for Secret Key Status in the Keys API.
Prefer the documented atoms returned by values/0. The type also accepts strings so a
newer server value can be preserved by an older SDK instead of failing during decoding.
Creates, rotates, inspects, and destroys application secret keys.
A newly generated token is returned once. Store it immediately in a secret manager and never expose it to browser or mobile code. Lookup and usage operations return metadata, not the original token.
Summary
Functions
Returns the documented Inttegro.Keys.SecretKeyStatus atoms known by this SDK version.
Types
@type t() :: :active | :revoked | :expired | String.t()
A secret key status atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.Keys.SecretKeyStatus atoms known by this SDK version.