POST /code
?clientId=<Your Client ID Here>
URLEncoded
email=devesh@gmail.com
password=cryptographicstringwith1234#$%
Redirects to the redirectURL
specified while creating the OAuth Client with the clientId
, with code
query parameter that can be used to get the user’s token using clientId and clientSecret.