Auth0.Common.Management.TokenManager.Store (Auth0Api v1.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

expiration() :: integer()

Specs

key() :: String.t()

Specs

token() :: String.t()

Link to this section Functions

Specs

get(key()) :: {token(), expiration()} | nil

Specs

init() :: :ok

Specs

put(
  key(),
  {token(), expiration()}
) :: :ok