@squidcloud/client
    Preparing search index...

    Interface AuthData

    Holds authentication token for the specified integration.

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

    Properties

    integrationId?: string

    Optional integration ID associated with the authentication.

    token: undefined | string

    Authentication token for the specified integration.