Member Junction
    Preparing search index...

    MCP Server OAuth configuration fields

    interface MCPServerOAuthConfig {
        OAuthClientID?: string;
        OAuthClientSecretEncrypted?: string;
        OAuthIssuerURL?: string;
        OAuthMetadataCacheTTLMinutes?: number;
        OAuthRequirePKCE?: boolean;
        OAuthScopes?: string;
    }
    Index

    Properties

    OAuthClientID?: string

    Pre-configured client ID (if DCR not supported)

    OAuthClientSecretEncrypted?: string

    Pre-configured client secret (encrypted)

    OAuthIssuerURL?: string

    Authorization server issuer URL

    OAuthMetadataCacheTTLMinutes?: number

    Cache TTL for auth server metadata in minutes

    OAuthRequirePKCE?: boolean

    Whether to require PKCE (always true for OAuth 2.1)

    OAuthScopes?: string

    Space-delimited OAuth scopes