@squidcloud/client
    Preparing search index...

    Interface AuthWithApiKey

    The authentication object for the current request when an API key is used.

    interface AuthWithApiKey {
        apiKey: string;
        type: "ApiKey";
    }
    Index

    Properties

    Properties

    apiKey: string

    The API key string used for authentication.

    type: "ApiKey"

    Specifies the API key authentication type.