gotham v0.1.0 Gotham.Token

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Gotham.Token{
  access_token: String.t(),
  account_name: atom(),
  expire_at: non_neg_integer(),
  project_id: String.t(),
  scope: String.t(),
  token_type: String.t()
}

Link to this section Functions

Link to this function from_response_json(map, scope, project_id)