Auth0.Entity.Token (Auth0Api v1.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.Token{
  access_token: String.t(),
  expires_in: integer(),
  id_token: String.t(),
  refresh_token: String.t(),
  scope: String.t(),
  token_type: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()