ReferenceAPI ReferencefunctionsVerifymandatesignature

@agorio/sdkDocs


Function: verifyMandateSignature()

verifyMandateSignature(signed, options): Promise<MandateVerifyResult>

Verify the signature of a SignedMandate against a JWK. Does NOT perform the structural / expiry checks — call verifyMandate for the combined gate.

Parameters

signed: unknown

options: VerifyMandateOptions

Returns

Promise<MandateVerifyResult>

Defined in

src/security/mandate-verifier.ts:95