@salesforce/agents
    Preparing search index...

    Type Alias McpServerAuthorizationInput

    type McpServerAuthorizationInput = {
        authType: McpAuthType;
        clientId?: string;
        clientSecret?: string;
        identityProvider?: string;
        scope?: string;
    }
    Index

    Properties

    authType: McpAuthType
    clientId?: string
    clientSecret?: string
    identityProvider?: string
    scope?: string