PasswordAuthenticationRequest
Represents an authentication password request
Extends BaseAuthenticationRequest
Attributes (3)
| Attribute | Type | Required | Description |
|---|---|---|---|
grant_type | 'password' | Yes | The grant type for the request |
username | string | Yes | User's identifier, usually an email address |
password | string | Yes | User's password |