Überauth v0.4.0
Ueberauth.Auth.Credentials
Provides information about the credentials of a request.
Types
t :: %Ueberauth.Auth.Credentials{expires: boolean | nil, expires_at: number | nil, other: map, refresh_token: binary | nil, scopes: [String.t], secret: binary | nil, token: binary | nil, token_type: String.t | nil}