IO Wallet SDK
    Preparing search index...

    Interface VerifyAuthorizationRequestDPoP

    interface VerifyAuthorizationRequestDPoP {
        allowedSigningAlgs?: string[];
        jwt?: string;
        required?: boolean;
    }
    Index

    Properties

    allowedSigningAlgs?: string[]

    Allowed dpop signing alg values. If not provided any alg values are allowed and it's up to the verifyJwtCallback to handle the alg.

    jwt?: string

    The dpop jwt from the pushed authorization request. If dpop is required, jwt MUST be provided

    required?: boolean

    Whether dpop is required.