@squidcloud/client
    Preparing search index...

    Interface SaveAuthCodeRequest

    Request to save an authorization code and exchange it for tokens.

    interface SaveAuthCodeRequest {
        authCode: string;
        externalAuthConfig: ExternalAuthConfig;
    }
    Index

    Properties

    authCode: string

    The authorization code from the auth provider.

    externalAuthConfig: ExternalAuthConfig

    Configuration identifying the user and integration.