Skip to content

Commit 2b5fc32

Browse files
committed
commented out request the access token
1 parent 23437c0 commit 2b5fc32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connections/oauth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,14 @@ Once you've connected your source to OAuth, you can enable it. To enable your so
6767

6868
To disable your source from OAuth, turn the toggle off for **Enable OAuth**.
6969

70-
## Request the access token
70+
<!-- ## Request the access token
7171
7272
To request the access token, run:
7373
7474
```
7575
./gentoken.sh -k <private-key.pem> -i <key_id> -a <oauth_app_id> | jq '.access_token'
7676
```
77+
-->
7778

7879
## Edit an OAuth application
7980
To edit an existing OAuth application:

0 commit comments

Comments
 (0)