IO Wallet SDK
    Preparing search index...

    Interface FetchMrtdPopInitResult

    interface FetchMrtdPopInitResult {
        challenge: string;
        mrtdPopNonce: string;
        mrz?: string;
        popVerifyEndpoint: string;
        signer: JwtSigner;
    }
    Index

    Properties

    challenge: string
    mrtdPopNonce: string
    mrz?: string
    popVerifyEndpoint: string

    htu from the init response — the verify endpoint

    signer: JwtSigner