ValidateMessageOptions
Defined in: types.ts:171
Options of validateMessage.
Properties
policy?
optionalpolicy?:SiwxVerificationPolicy
Defined in: types.ts:181
Verification policy to enforce on top of the format checks. See validatePolicy.
skipExpiration?
optionalskipExpiration?:boolean
Defined in: types.ts:176
Skips the check that expirationTime has not passed (the format is still checked).
Not recommended in production.
Last updated on