Ueberauth.Auth.Credentials

Provides information about the credentials of a request.

Summary

Types

t :: %Ueberauth.Auth.Credentials{token: binary | nil, refresh_token: binary | nil, token_type: String.t | nil, secret: binary | nil, expires: boolean | nil, expires_at: number | nil, scopes: [String.t], other: map}