Theia API Documentation v1.73.0
    Preparing search index...

    Transport-agnostic OAuth callback response written verbatim by both transports.

    interface MCPOAuthCallbackResponse {
        body: string;
        headers: Record<string, string>;
        status: number;
    }
    Index

    Properties

    Properties

    body: string
    headers: Record<string, string>
    status: number