View Source Nimrag.OAuth2Token (Nimrag v0.1.0)
See Nimrag.Credentials
for more details on how to obtain auth tokens.
Summary
Types
@type t() :: %Nimrag.OAuth2Token{ access_token: nil | String.t(), expires_at: nil | DateTime.t(), jti: nil | String.t(), refresh_token: nil | String.t(), refresh_token_expires_at: nil | DateTime.t(), scope: nil | String.t(), token_type: nil | String.t() }