Überauth v0.6.1 Ueberauth.Failure 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

Link to this type

t() View Source
t() :: %Ueberauth.Failure{
  errors: [Ueberauth.Failure.Error],
  provider: binary(),
  strategy: module()
}