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: docs-v2/pages/connect/tokens.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
-
<<<<<<<HEAD
2
1
importCalloutfrom'@/components/Callout'
3
2
4
3
# Connect tokens
5
-
=======
6
-
#ConnectTokens
7
-
>>>>>>> origin/master
8
4
9
5
When you initiate account connection for your end users, you must either:
10
6
@@ -31,6 +27,6 @@ When you generate a token, you can specify a `webhook_uri` where Pipedream will
31
27
32
28
## Tokens are scoped to end users and project environments
33
29
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.
35
31
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