User
The User model includes unique properties and methods for the User data.
Classes
| Class | Description |
|---|---|
| User | User class contains information and methods needed to get, create, update, and delete a User in cosmos. |
Type Aliases
| Type Alias | Description |
|---|---|
| UserLoginMethod | The accepted user login methods |
| UserProps | A User's specific properties |
Variables
| Variable | Description |
|---|---|
| userPropKeys | A variable of the property keys used to update/register a user properly & remove extra properties. |