View Source Rivet.Auth.Assertion (rivet_ident v2.4.0)

Used for standardizing auth assertion checks.

Passed in when declaring what type of auth is needed

Summary

Types

@type t() :: %Rivet.Auth.Assertion{
  action: atom(),
  app: nil | atom(),
  domain: Rivet.Ident.Access.Domains.t(),
  fallback: boolean(),
  ref_id: nil | String.t()
}