Ueberauth.Failure (Überauth v0.10.3) View Source
The struct provided to indicate a failure of authentication.
All errors are provided by the relevant strategy.
Link to this section Summary
Link to this section Types
Specs
t() :: %Ueberauth.Failure{
errors: [Ueberauth.Failure.Error.t()],
provider: atom(),
strategy: module()
}