Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-mcp
common/mcp-oauth
MCPOAuthFrontendDelegateClient
Interface MCPOAuthFrontendDelegateClient
interface
MCPOAuthFrontendDelegateClient
{
getCallbackUrl
()
:
Promise
<
string
>
;
openExternal
(
url
:
string
)
:
Promise
<
void
>
;
}
Implemented by
MCPOAuthFrontendDelegateClientImpl
Index
Methods
get
Callback
Url
open
External
Methods
get
Callback
Url
getCallbackUrl
()
:
Promise
<
string
>
Returns
Promise
<
string
>
open
External
openExternal
(
url
:
string
)
:
Promise
<
void
>
Launches the authorization URL in the user's default browser.
Parameters
url
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Callback
Url
open
External
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
Launches the authorization URL in the user's default browser.