• Once the user has verified their token, they can create a new user on the backend using this function.

    Never rejects. All information encoded in the resolved response.

    Parameters

    • zupassServerUrl: string
    • email: string
    • token: string
    • commitment: string
    • semaphore_v4_pubkey: string
    • salt: undefined | string
    • encryptionKey: undefined | string
    • autoRegister: undefined | boolean

    Returns Promise<NewUserResult>

Generated using TypeDoc