Member Junction
    Preparing search index...

    Credential data for MCP authentication

    interface MCPCredentialData {
        apiKey?: string;
        clientId?: string;
        clientSecret?: string;
        password?: string;
        scope?: string;
        tokenUrl?: string;
        username?: string;
    }
    Index

    Properties

    apiKey?: string

    API key for Bearer/APIKey/Custom auth

    clientId?: string

    Client ID for OAuth2

    clientSecret?: string

    Client secret for OAuth2

    password?: string

    Password for Basic auth

    scope?: string

    OAuth2 scopes (space-separated)

    tokenUrl?: string

    Token URL for OAuth2

    username?: string

    Username for Basic auth