Authentication

The resource owner password credentials grant type is suitable in cases where the resource owner has a trust relationship with the client, such as the device operating system or a highly privileged application.

post/oauth/token

Response

OK

access_tokenstring required
expires_ininteger
refresh_tokenstring
token_typestring

Changes