package guardian

  1. Overview
  2. Docs

Module Authorizer.ActorSource

Sourcetype spec = [
  1. | `ActorEntity of A.t
  2. | `Actor of Uuid.Actor.t
]
Sourceval compare_spec : spec -> spec -> Ppx_deriving_runtime.int
Sourceval value : [< `Actor of Uuid.Actor.t | `ActorEntity of A.t ] -> Ppx_deriving_runtime.string