Ueberauth.Auth.Credentials

Provides information about the credentials of a request.

Summary

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}