View Source Rivet.Auth.Assertion (rivet_ident v3.1.1)

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: atom(),
  fallback: boolean(),
  ref_id: nil | String.t()
}