BaseAPIClient.signup() method
Signature:
signup(loginIDs: {
[key: string]: string;
}[] | {
[key: string]: string;
}, password: string, options?: {
metadata?: JSONObject;
}): Promise<AuthResponse>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| loginIDs | { [key: string]: string; }[] | { [key: string]: string; } | |
| password | string | |
| options | { metadata?: JSONObject; } |
Returns:
Promise<AuthResponse>