Type alias CreateNewUserRequest
CreateNewUserRequest: {
autoRegister?: boolean;
commitment: string;
email: string;
encryptionKey: string | undefined;
salt: string | undefined;
semaphore_v4_pubkey: string;
token: string;
}
Type declaration
Optional
autoRegister?: boolean
commitment: string
email: string
encryptionKey: string | undefined
salt: string | undefined
semaphore_v4_pubkey: string
token: string
Ask the Zupass server to create a new account with the given details, overwriting an existing account if one is present.