Skip to content

Commit 95975b4

Browse files
committed
Fixing bad merge
1 parent c065eb4 commit 95975b4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs-v2/pages/connect/tokens.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
<<<<<<< HEAD
21
import Callout from '@/components/Callout'
32

43
# Connect tokens
5-
=======
6-
# Connect Tokens
7-
>>>>>>> origin/master
84

95
When you initiate account connection for your end users, you must either:
106

@@ -31,6 +27,6 @@ When you generate a token, you can specify a `webhook_uri` where Pipedream will
3127

3228
## Tokens are scoped to end users and project environments
3329

34-
When you [create a new Connect token](/connect/api/#create-a-new-token), you pass an `external_user_id` and an `environment` parameter. See the docs on [environments](/connect/environments) for more information.
30+
When you [create a new Connect token](/connect/api/#create-a-new-token), you pass an `external_user_id` and an `environment`. See the docs on [environments](/connect/environments) for more information on passing environment in the SDK and API.
3531

36-
Tokens are scoped to this user and environment. When the user successfully connects an account with that token, it will be saved for that `external_user_id` in the specified `environment`.
32+
Tokens are scoped to this user and environment. When the user successfully connects an account with that token, it will be saved for that `external_user_id` in the specified environment.

0 commit comments

Comments
 (0)