IO Wallet SDK
    Preparing search index...
    interface CreatePkceReturn {
        codeChallenge: string;
        codeChallengeMethod: PkceCodeChallengeMethod;
        codeVerifier: string;
    }
    Index

    Properties

    codeChallenge: string
    codeChallengeMethod: PkceCodeChallengeMethod
    codeVerifier: string