Closed key-source algebra used by protected actions.
Summary
Types
Callbacks
@callback algorithm() :: :hmac_sha256 | :ed25519
@callback mint(context :: map()) :: {:ok, AshOnetime.Verified.t()} | {:error, term()}
@callback trust_model() :: :same_service | :separated