IO Wallet SDK
    Preparing search index...

    Interface ClientAttestationOptions

    interface ClientAttestationOptions {
        clientAttestationPopJwt: string;
        ensureConfirmationKeyMatchesDpopKey?: boolean;
        walletAttestationJwt: string;
    }
    Index

    Properties

    clientAttestationPopJwt: string

    The client attestation DPoP JWT provided in the request.

    ensureConfirmationKeyMatchesDpopKey?: boolean

    Whether to ensure that the key used in client attestation confirmation is the same key used for DPoP. This only has effect if both DPoP and client attestations are present.

    false
    
    walletAttestationJwt: string

    The wallet attestation JWT provided in the request.