Skip to content

Commit

Permalink
add route information for oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
terence1988 authored Sep 3, 2024
1 parent f797816 commit acf3c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To obtain the access token:
EXP | The expiry time in seconds. This is expected to be valid only for a short duration under a minute.
JTI | The unique identifer for the token.
2. Send a form-url-encoded `POST` request to the regional authorization server with the following parameters:
2. Send a form-url-encoded `POST` request to the regional authorization server's `\token` route with the following parameters:
```
grant_type=client_credentials
Expand Down

0 comments on commit acf3c2b

Please sign in to comment.