View Source Ueberauth.Failure (Überauth v0.10.8)
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
@type t() :: %Ueberauth.Failure{ errors: [Ueberauth.Failure.Error.t()], provider: atom(), strategy: module() }