OnYourDataAccessTokenAuthenticationOptions interface

The authentication options for Azure OpenAI On Your Data when using access token.

Extends

Properties

accessToken

The access token to use for authentication.

type

The authentication type of access token.

Property Details

accessToken

The access token to use for authentication.

accessToken: string

Property Value

string

type

The authentication type of access token.

type: "access_token"

Property Value

"access_token"