Refreshing an Access Token: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with " <code>http://api.chorke.org/auth/oauth/token</code> {| | valign="top" | <source lang="properties" style="border:3px dashed blue"> ;http://api.chorke.org/auth/oauth/token ; ;...")
 
No edit summary
Line 5: Line 5:
| valign="top" |
| valign="top" |
<source lang="properties" style="border:3px dashed blue">
<source lang="properties" style="border:3px dashed blue">
;http://api.chorke.org/auth/oauth/token
;postman authorization header
;
;
;postman authorization header
authorization:Basic Y2xpZW50X2lkOmNsaWVudF9wYXNz
authorization:Basic Y2xpZW50X2lkOmNsaWVudF9wYXNz
Content-Type:application/x-www-form-urlencoded
Content-Type:application/x-www-form-urlencoded
;
</source>
</source>



Revision as of 01:48, 14 November 2019

http://api.chorke.org/auth/oauth/token

;postman authorization header
;
authorization:Basic Y2xpZW50X2lkOmNsaWVudF9wYXNz
Content-Type:application/x-www-form-urlencoded
;
;postman form data
username:chorkeinc
password:pa$$w0rd
grant_type:password
client_id:chorke_inc