You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/oauth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ To obtain the access token:
122
122
JWT | The signed JWT token string from Step 1.
123
123
SCOPE | Scopes for which token is requested. See [supported scopes](#supported-scopes).
124
124
125
-
To use the access token, see an example of how to use the access token in the [HTTP API source]().
125
+
To use the access token, see an example of how to use the access token in the [HTTP API source](/docs/connections/sources/catalog/libraries/server/http-api/#oauth).
0 commit comments