• 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.

    Parameters

    • zupassServerUrl: string
    • email: string
    • code: string
    • commitment: string
    • semaphore_v4_pubkey: string
    • encryptionKey: string

    Returns Promise<LoginResult>

Generated using TypeDoc