Name | Type | Description | Notes |
---|---|---|---|
token_end_point | string | The token endpoint | |
user_name | string | The user name to access token endpoint. | [optional] |
password | string | The password to access token endpoint. | [optional] |
client_id | string | The client identifier issued to the client during the registration process. https://tools.ietf.org/html/rfc6749#section-2.3.1 | |
client_secret | string | The client secret. https://tools.ietf.org/html/rfc6749#section-2.3.1 | |
grant_type | string | OAUTH grant type | [optional] [default to 'password'] |