loginWithPassword(Defined in: packages/modelence/src/auth/client/index.ts:37 Login a user with an email and password.options):Promise<UserInfo>
Example
Parameters
| Parameter | Type | Description |
|---|---|---|
options | { email: string; password: string; } | - |
options.email | string | The email of the user. |
options.password | string | The password of the user. |
Returns
Promise<UserInfo>