| Name | Description | Type | Additional information |
|---|---|---|---|
| grant_type |
grant_type must be password |
string |
Required |
| client_id |
The email address associated with the user account |
string |
Required Matching regular expression pattern: ^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$ |
| client_secret |
The encrypted password associated with the user account |
string |
Required |