OnYourDataApiKeyAuthenticationOptions interface

The authentication options for Azure OpenAI On Your Data when using an API key.

Extends

Properties

key

The API key to use for authentication.

type

The authentication type of API key.

Property Details

key

The API key to use for authentication.

key: string

Property Value

string

type

The authentication type of API key.

type: "api_key"

Property Value

"api_key"