ExForce v0.4.0 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
t()
View Sourcet() :: %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() }