Skip to main content

VerifyResponseWithPoM

@mandaitor/sdk


@mandaitor/sdk / VerifyResponseWithPoM

Interface: VerifyResponseWithPoM

Defined in: packages/sdk/src/types.ts:246

Extended verify response that optionally includes a PoM VC

Extends

Properties

active_constraints?

optional active_constraints: Constraints

Defined in: packages/sdk/src/types.ts:185

Constraints that apply to this verification

Inherited from

VerifyResponse.active_constraints


allowed

allowed: boolean

Defined in: packages/sdk/src/types.ts:179

Whether the action is authorized

Inherited from

VerifyResponse.allowed


denial_reason?

optional denial_reason: string

Defined in: packages/sdk/src/types.ts:183

Reason for denial (if not allowed)

Inherited from

VerifyResponse.denial_reason


mandate_id

mandate_id: string

Defined in: packages/sdk/src/types.ts:181

Mandate that grants or denies access

Inherited from

VerifyResponse.mandate_id


proof_of_mandate?

optional proof_of_mandate: ProofOfMandateVC

Defined in: packages/sdk/src/types.ts:248

Proof-of-Mandate Verifiable Credential (present when ?pom=sd-jwt-vc)


verified_at

verified_at: string

Defined in: packages/sdk/src/types.ts:187

Verification timestamp

Inherited from

VerifyResponse.verified_at