MonoCloud Authentication SDK
    Preparing search index...

    Function generatePKCE

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

      Returns Promise<{ codeChallenge: string; codeVerifier: string }>