@squidcloud/client
    Preparing search index...

    Interface GetAccessTokenRequest

    Request to get a valid access token for an integration.

    interface GetAccessTokenRequest {
        externalAuthConfig: ExternalAuthConfig;
    }
    Index

    Properties

    externalAuthConfig: ExternalAuthConfig

    Configuration identifying the user and integration.