Auth0.Entity.Client.RefreshToken (Auth0Api v1.4.0) View Source

Documentation for entity of Client RefreshToken.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Client.RefreshToken{
  expiration_type: String.t(),
  idle_token_lifetime: integer(),
  infinite_idle_token_lifetime: integer(),
  infinite_token_lifetime: false,
  leeway: integer(),
  rotation_type: String.t(),
  token_lifetime: integer()
}

Link to this section Functions

Specs

from(map()) :: t()