@squidcloud/client
    Preparing search index...

    Interface AuthData

    Holds authentication token for the specified integration.

    interface AuthData {
        integrationId?: string;
        token: string | undefined;
    }
    Index

    Properties

    integrationId?: string

    Optional integration ID associated with the authentication.

    token: string | undefined

    Authentication token for the specified integration.