MonoCloud Authentication SDK
    Preparing search index...
    • Generates a PKCE (Proof Key for Code Exchange) code verifier and code challenge.

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