Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-mcp
node/mcp-oauth-callback-responder
MCPOAuthCallbackResponse
Interface MCPOAuthCallbackResponse
Transport-agnostic OAuth callback response written verbatim by both transports.
interface
MCPOAuthCallbackResponse
{
body
:
string
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
}
Index
Properties
body
headers
status
Properties
body
body
:
string
headers
headers
:
Record
<
string
,
string
>
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
Transport-agnostic OAuth callback response written verbatim by both transports.