Inttegro.SecretKeyTokenType (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro SecretKeyTokenType value.

Summary

Types

t()

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

Functions

decode(value)

@spec decode(String.t()) :: t()

encode(value)

@spec encode(t()) :: String.t()

values()

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