mcp-use TypeScript API
    Preparing search index...

    Interface NodeOAuthAuthorizationResponse

    Authorization response captured by the Node loopback callback.

    interface NodeOAuthAuthorizationResponse {
        code: string;
        iss?: string;
    }
    Index
    code: string

    Authorization code returned by the authorization server.

    iss?: string

    RFC 9207 authorization-server issuer, when present in the callback.