ExForce.OAuthResponse (ExForce v0.4.1) View Source

Represents the result of a successful OAuth response.

Link to this section Summary

Link to this section Types

Specs

access_token() :: String.t()

Specs

refresh_token() :: String.t()

Specs

t() :: %ExForce.OAuthResponse{
  access_token: String.t(),
  id: String.t(),
  instance_url: String.t(),
  issued_at: DateTime.t(),
  refresh_token: refresh_token() | nil,
  scope: String.t() | nil,
  signature: String.t(),
  token_type: String.t()
}