Überauth v0.6.3 Ueberauth.Auth.Credentials View Source

Provides information about the credentials of a request.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
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
}