MonoCloud Authentication SDK
    Preparing search index...
    generatePKCE: () => Promise<{ codeChallenge: string; codeVerifier: string }>

    Generates a PKCE (Proof Key for Code Exchange) code verifier and code challenge.

    Type Declaration

      • (): Promise<{ codeChallenge: string; codeVerifier: string }>
      • Returns Promise<{ codeChallenge: string; codeVerifier: string }>