Function requestOneClickLogin
- requestOneClickLogin(zupassServerUrl, email, code, commitment, semaphore_v4_pubkey, encryptionKey): Promise<LoginResult>
Parameters
- zupassServerUrl: string
- email: string
- code: string
- commitment: string
- semaphore_v4_pubkey: string
- encryptionKey: string
This function allows a user to log in with a one-click login process. It sends the necessary data to the backend and handles the response.
Never rejects. All information encoded in the resolved response.