View Source Chalk.Client.ExchangeCredentials.Token (chalk_elixir v0.0.9)

Link to this section Summary

Link to this section Types

@type t() :: %Chalk.Client.ExchangeCredentials.Token{
  access_token: String.t(),
  api_server: String.t(),
  engines: [{String.t(), String.t()}],
  expires_at: integer(),
  expires_in: integer(),
  primary_environment: String.t(),
  token_type: String.t()
}

Link to this section Functions