Inttegro.Keys.SecretKeyAuthResult (inttegro v0.2.0)

Copy Markdown View Source

Values accepted for Secret Key Auth Result 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

Types

t()

A secret key auth result atom or an unknown wire value preserved as a string.

Functions

Returns the documented Inttegro.Keys.SecretKeyAuthResult atoms known by this SDK version.

Types

t()

@type t() :: :succeeded | :failed | String.t()

A secret key auth result atom or an unknown wire value preserved as a string.

Functions

values()

@spec values() :: [t()]

Returns the documented Inttegro.Keys.SecretKeyAuthResult atoms known by this SDK version.