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
/// Create MCP Server OAuth Authorization URL<br/>
9
+
/// Creates an OAuth authorization URL for an OAuth MCP server. Redirect the user to the returned URL, and the Platform API OAuth callback will store the resulting tokens before redirecting to your returnUrl.
10
+
/// </summary>
11
+
/// <param name="mcpServerId"></param>
12
+
/// <param name="request"></param>
13
+
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
14
+
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// Create MCP Server OAuth Authorization URL<br/>
24
+
/// Creates an OAuth authorization URL for an OAuth MCP server. Redirect the user to the returned URL, and the Platform API OAuth callback will store the resulting tokens before redirecting to your returnUrl.
25
+
/// </summary>
26
+
/// <param name="mcpServerId"></param>
27
+
/// <param name="request"></param>
28
+
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
29
+
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// Create MCP Server OAuth Authorization URL<br/>
39
+
/// Creates an OAuth authorization URL for an OAuth MCP server. Redirect the user to the returned URL, and the Platform API OAuth callback will store the resulting tokens before redirecting to your returnUrl.
40
+
/// </summary>
41
+
/// <param name="mcpServerId"></param>
42
+
/// <param name="returnUrl">
43
+
/// An absolute URL in your application where v0 redirects after OAuth completes. HTTPS is required in production.
44
+
/// </param>
45
+
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
46
+
/// <param name="cancellationToken">The token to cancel the operation with</param>
0 commit comments