T402 API Reference - v2.8.0
    Preparing search index...

    Interface ValidateSIWxOptions

    Options for validating SIWx messages.

    interface ValidateSIWxOptions {
        maxAge?: number;
        checkNonce?: (nonce: string) => boolean;
    }
    Index

    Properties

    Properties

    maxAge?: number

    Maximum age of issuedAt in milliseconds (default: 5 minutes)

    checkNonce?: (nonce: string) => boolean

    Custom nonce validation function