Parameters used with the token endpoint: | . |
grant_type | client_credentials , password , authorization_code , refresh_token |
client_id | OAuth application's ID |
client_secret | OAuth application's Secret |
redirect_uri | URL encoded absolute URL to the user's server |
code | used only with the authorization_code grant |
username | used only the password grant |
password | used only the password grant |
refresh_token | used only with the refresh_token grant |
Parameters used with the authorization endpoint of the authorization_code grant: | . |
state | random state string |
scope | list of scopes separated by either a comma or an empty space |