Enum CapabilityTokenValidationCategory
- Namespace
- AsiBackbone.Core.CapabilityTokens
- Assembly
- AsiBackbone.Core.dll
Describes the provider-neutral validation category assigned to a capability grant.
public enum CapabilityTokenValidationCategory
Fields
AcknowledgmentMismatch = 10The acknowledgment reference did not match the configured expectation.
Cancelled = 16The grant was cancelled.
Expired = 5The grant expired before validation.
Failed = 18Validation failed but no more specific category could be inferred safely.
GatewayMismatch = 12The gateway binding did not match the configured expectation.
HandshakeMismatch = 11The handshake reference did not match the configured expectation.
InvalidProof = 2Proof was present but did not verify.
MissingAcknowledgmentReference = 9An acknowledgment reference was required but missing.
MissingProof = 1Required proof was missing.
NotYetValid = 6The grant is not yet valid.
PolicyMismatch = 8Policy version or policy hash did not match the configured expectation.
Reuse-state storage was unavailable or not configured when required.
ResourceMismatch = 13The resource binding did not match the configured expectation.
ReuseLimitExceeded = 14The grant exceeded its configured use limit.
Revoked = 15The grant was revoked.
Valid = 0The grant satisfied all configured validation checks.
WrongAudience = 4The grant audience did not match the configured expectation.
WrongIssuer = 3The grant issuer did not match the configured expectation.
WrongScope = 7Required scope was missing.