ExForce v0.2.2 ExForce.OAuthResponse View Source

Represents the result of a successful OAuth response.

Link to this section Summary

Link to this section Types

Link to this type access_token() View Source
access_token() :: String.t()
Link to this type refresh_token() View Source
refresh_token() :: String.t()
Link to this type t() View Source
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()
}