AshAuthentication.Firebase.Errors.EmailNotVerified exception (ash_authentication_firebase v1.1.0)

Copy Markdown View Source

Sign-in was rejected because the Firebase token's email is not verified.

Summary

Types

t()

@type t() :: %AshAuthentication.Firebase.Errors.EmailNotVerified{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  strategy: atom() | nil,
  vars: term()
}

Functions

exception(args)

@spec exception(opts :: Keyword.t()) ::
  %AshAuthentication.Firebase.Errors.EmailNotVerified{
    __exception__: true,
    bread_crumbs: term(),
    class: term(),
    path: term(),
    splode: term(),
    stacktrace: term(),
    strategy: term(),
    vars: term()
  }

Create an Elixir.AshAuthentication.Firebase.Errors.EmailNotVerified without raising it.

Keys

  • :strategy