@suluk/platform - v0.6.0
    Preparing search index...

    Interface McpOAuthOpts

    The MCP OAuth authorization-server config (auth's serviceOpts.mcp) — the frontend OAuth pages + resource + scope set.

    interface McpOAuthOpts {
        loginPage: string;
        consentPage: string;
        resource: string;
        scopes: string[];
    }
    Index

    Properties

    loginPage: string
    consentPage: string
    resource: string
    scopes: string[]