BaseAPIClient.login() method
Signature:
login(loginID: string, password: string, options?: {
loginIDKey?: string;
}): Promise<AuthResponse>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| loginID | string | |
| password | string | |
| options | { loginIDKey?: string; } |
Returns:
Promise<AuthResponse>