IO Wallet SDK
    Preparing search index...
    interface VerifyPkceOptions {
        callbacks: Pick<CallbackContext, "hash">;
        codeChallenge: string;
        codeChallengeMethod: PkceCodeChallengeMethod;
        codeVerifier: string;
    }
    Index

    Properties

    callbacks: Pick<CallbackContext, "hash">
    codeChallenge: string
    codeChallengeMethod: PkceCodeChallengeMethod
    codeVerifier: string

    secure random code verifier