BaseAPIClient.resetPassword() method
Signature:
resetPassword(form: {
        userID: string;
        code: string;
        expireAt: number;
        newPassword: string;
    }): Promise<void>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| form | {        userID: string;        code: string;        expireAt: number;        newPassword: string;    } | 
Returns:
Promise<void>