Table of Contents

Class EmbeddingProvider.AuthenticationMethod

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

Describes an authentication method supported by an EmbeddingProvider.

public class EmbeddingProvider.AuthenticationMethod
Inheritance
EmbeddingProvider.AuthenticationMethod
Inherited Members

Properties

Enabled

Indicates whether this authentication method is enabled.

public bool Enabled { get; set; }

Property Value

bool

Tokens

The tokens used for this authentication method.

public List<EmbeddingProvider.Token> Tokens { get; set; }

Property Value

List<EmbeddingProvider.Token>