Ueberauth.Auth
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
Summary
Types
t :: %Ueberauth.Auth{uid: String.t, provider: String.t | atom, strategy: Module.t, info: Ueberauth.Auth.Info.t, credentials: Ueberauth.Auth.Credentials.t, extra: Ueberauth.Auth.Extra.t}