OAuthPasswordCredentialsGrantRequest
OAuth password credentials grant request.
Name | Description | Type | Additional information |
---|---|---|---|
grant_type | The OAuth grant type. For password credential grant, this must be 'password'. | string |
None. |
username | The username. For example, someone@emailhost.com | string |
None. |
password | The password of the user. | string |
None. |
scope | The scope requested. For example, 'full'. | string |
None. |
verification_code | The 2FA code / one-time password (OTP) that needs to be supplied if 2FA is enabled for user account. This code is sent to user's registered mobile number when you initiate login. | string |
None. |