Überauth v0.6.3 Ueberauth.Auth View Source
The struct provided to indicate a success of the callback phase.
This struct is constructed by the strategy by using functions defined in the
strategy and is provided to the downstream plug in the connections assigns
:ueberauth_auth
key
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Ueberauth.Auth{
credentials: Ueberauth.Auth.Credentials.t(),
extra: Ueberauth.Auth.Extra.t(),
info: Ueberauth.Auth.Info.t(),
provider: String.t() | atom(),
strategy: module(),
uid: String.t()
}
t() :: %Ueberauth.Auth{ credentials: Ueberauth.Auth.Credentials.t(), extra: Ueberauth.Auth.Extra.t(), info: Ueberauth.Auth.Info.t(), provider: String.t() | atom(), strategy: module(), uid: String.t() }
Link to this section Functions
Link to this function