View Source Ueberauth.Auth.Credentials (Überauth v0.10.8)

Provides information about the credentials of a request.

Link to this section Summary

Link to this section Types

@type 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
}