IO Wallet SDK
    Preparing search index...

    Interface VerifyAccessTokenRequestPkce

    interface VerifyAccessTokenRequestPkce {
        codeChallenge: string;
        codeChallengeMethod: PkceCodeChallengeMethod;
        codeVerifier: string;
    }
    Index

    Properties

    codeChallenge: string
    codeChallengeMethod: PkceCodeChallengeMethod
    codeVerifier: string