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/managed-auth/oauth-clients.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ There are two types of apps in Pipedream:
13
13
2.**OAuth**: These apps require OAuth authorization. Pipedream manages the OAuth flow for these apps, ensuring you always have a fresh access token for requests.
14
14
15
15
<Callouttype="info">
16
-
For any OAuth app that supports it, **you can always use your own client.** Your ability to use Pipedream's OAuth clients in production depends on the use case.
16
+
For any OAuth app that supports it, **you can always use your own client.** Your ability to use Pipedream's OAuth clients in production depends on the use case. See below for details.
| Retrieve user credentrials|[Fetch the credentials](/connect/api#accounts) for your end user from Pipedream's API to use in your app |✅ `development`<br />❌ `production`|
25
-
| Invoke workflows |[Trigger any Pipedream workflow](/connect/workflows) and use the connected account of your end users |✅ `development`<br />❌ `production`|
26
-
| Embed prebuilt tools |[Run any action and deploy any trigger](/connect/components) directly from your AI agent or app | ✅ `development`<br />✅ `production`|
27
-
| Proxy API requests |[Write custom code to interface with any integrated API](/connect/api-proxy) while avoiding dealing with user auth | ✅ `development`<br />✅ `production`|
24
+
| Retrieve user credentials|[Fetch the credentials](/connect/api#accounts) for your end user from Pipedream's API to use in your app |❌ Pipedream<br />✅ Custom|
25
+
| Invoke workflows |[Trigger any Pipedream workflow](/connect/workflows) and use the connected account of your end users |❌ Pipedream<br />✅ Custom|
26
+
| Embed prebuilt tools |[Run any action and deploy any trigger](/connect/components) directly from your AI agent or app | ✅ Pipedream<br />✅ Custom|
27
+
| Proxy API requests |[Write custom code to interface with any integrated API](/connect/api-proxy) while avoiding dealing with user auth | ✅ Pipedream<br />✅ Custom|
0 commit comments