View Source Ueberauth.Auth (Überauth v0.10.8)
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
@type 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() }