Skip to content

Commit acf3c2b

Browse files
authored
add route information for oauth
1 parent f797816 commit acf3c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To obtain the access token:
105105
EXP | The expiry time in seconds. This is expected to be valid only for a short duration under a minute.
106106
JTI | The unique identifer for the token.
107107
108-
2. Send a form-url-encoded `POST` request to the regional authorization server with the following parameters:
108+
2. Send a form-url-encoded `POST` request to the regional authorization server's `\token` route with the following parameters:
109109
110110
```
111111
grant_type=client_credentials

0 commit comments

Comments
 (0)