Ueberauth.Failure (Überauth v0.7.0) 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],
  provider: binary(),
  strategy: module()
}