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

Used for standardizing auth assertion checks.

Passed in when declaring what type of auth is needed

Link to this section Summary

Link to this section Types

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