Rivet.Auth.Assertion (rivet_ident v3.5.0)

View Source

Used for standardizing auth assertion checks.

Passed in when declaring what type of auth is needed

Summary

Types

t()

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