@vectorize-io/vectorize-client
    Preparing search index...

    Interface DATASTAXAuthConfig

    Authentication configuration for DataStax Astra

    DATASTAXAuthConfig

    interface DATASTAXAuthConfig {
        endpointSecret: string;
        token: string;
    }
    Index

    Properties

    endpointSecret: string

    API Endpoint. Example: Enter your API endpoint

    DATASTAXAuthConfig

    token: string

    Application Token. Example: Enter your application token

    DATASTAXAuthConfig