Inttegro.Keys.SecretKeyTokenType (inttegro v0.2.0)

Copy Markdown View Source

Values accepted for Secret Key Token Type 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 token type atom or an unknown wire value preserved as a string.

Functions

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

Types

t()

@type t() :: :bearer | String.t()

A secret key token type atom or an unknown wire value preserved as a string.

Functions

values()

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

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