username | string Represents User name. Required for "password" GrantType
|
password | string Represents Password. Required for "password" GrantType
|
client_id required | |
client_secret required | |
grant_type required | string Represents GrantType. Should have a value - "password" for getting token and "refresh_token" for refreshing it
|
scope | string Represents Scope. Should have a value - "offline_access" for getting token
|
refresh_token | string Represents RefreshToken. Required for "refresh_token" GrantType
|