Skip to Content

ValidateMessageOptions

Defined in: siwx-core/src/types.ts:171 

Options of validateMessage.

Properties

policy?

optional policy?: SiwxVerificationPolicy

Defined in: siwx-core/src/types.ts:181 

Verification policy to enforce on top of the format checks. See validatePolicy.


skipExpiration?

optional skipExpiration?: boolean

Defined in: siwx-core/src/types.ts:176 

Skips the check that expirationTime has not passed (the format is still checked). Not recommended in production.

Last updated on