@salesforce/agents
    Preparing search index...

    Type Alias McpServerAuthorizationOutput

    type McpServerAuthorizationOutput = {
        authType: McpAuthType;
        identityProvider?: string;
        scope?: string;
    }
    Index

    Properties

    authType: McpAuthType
    identityProvider?: string
    scope?: string