IO Wallet SDK
    Preparing search index...

    Interface FetchMrtdPopInitOptions

    interface FetchMrtdPopInitOptions {
        callbacks: Pick<CallbackContext, "fetch" | "verifyJwt">;
        clientAttestationDPoP: string;
        mrtdAuthSession: string;
        mrtdPopJwtNonce: string;
        popInitEndpoint: string;
        signer?: JwtSigner;
        walletAttestation: string;
    }
    Index

    Properties

    callbacks: Pick<CallbackContext, "fetch" | "verifyJwt">
    clientAttestationDPoP: string
    mrtdAuthSession: string

    From challenge JWT payload

    mrtdPopJwtNonce: string

    From challenge JWT payload

    popInitEndpoint: string

    From challenge JWT payload htu

    signer?: JwtSigner

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

    walletAttestation: string

    Attestation header value for the wallet's own attestation, to be included in the request.