Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / OAuthAuditAction

Type Alias: OAuthAuditAction

ts
type OAuthAuditAction = 
  | "oauth:granted"
  | "oauth:refreshed"
  | "oauth:revoked"
  | "oauth:registered"
  | "oauth:expired";

Defined in: packages/security/src/oauth/audit-emitter.ts:16

Discriminator for OAuthAuditEvent. Variants follow the <resource>:<action> convention used throughout the audit log.

Stable