IO Wallet SDK
    Preparing search index...

    Interface VerifyMrtdChallengeOptions

    interface VerifyMrtdChallengeOptions {
        callbacks: Pick<CallbackContext, "verifyJwt">;
        challengeJwt: string;
        clientId: string;
        signer?: JwtSigner;
    }
    Index

    Properties

    callbacks: Pick<CallbackContext, "verifyJwt">
    challengeJwt: string
    clientId: string

    Expected client_id — must match JWT aud

    signer?: JwtSigner

    Optional custom signer for verifying the MRTD challenge JWT. If not provided, the library will attempt to verify using JWT header.