Überauth v0.4.0 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{credentials: Ueberauth.Auth.Credentials.t, extra: Ueberauth.Auth.Extra.t, info: Ueberauth.Auth.Info.t, provider: String.t | atom, strategy: module, uid: String.t}