@squidcloud/client
    Preparing search index...

    Interface ExternalAuthConfig

    Configuration for identifying a user's external auth connection.

    interface ExternalAuthConfig {
        identifier: string;
        integrationId: string;
    }
    Index

    Properties

    identifier: string

    User-specific identifier to distinguish between different users' tokens.

    integrationId: string

    The integration ID (e.g., 'google-calendar', 'microsoft-teams').