IO Wallet SDK
    Preparing search index...

    Interface ParseAuthorizationRequestResult

    interface ParseAuthorizationRequestResult {
        clientAttestation?: {
            clientAttestationPopJwt: string;
            walletAttestationJwt: string;
        };
        dpop?: { jwt: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientAttestation?: {
        clientAttestationPopJwt: string;
        walletAttestationJwt: string;
    }

    The client attestation jwts from the authorization request headers. These have not been verified yet.

    dpop?: { jwt: string }

    The dpop jwt from the authorization request DPoP header.

    The signer of the jwt has not been verified yet, this only happens during verification.