Class EmbeddingProvider.AuthenticationMethod
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
Tokens
The tokens used for this authentication method.
public List<EmbeddingProvider.Token> Tokens { get; set; }