Share via


EntraCommunicationTokenCredentialOptions interface

The Entra Communication Token Options.

Properties

resourceEndpoint

The Azure Communication Service resource endpoint URL, e.g. https://myResource.communication.azure.com.

scopes

The scopes for retrieving the Entra ID access token.

tokenCredential

The Entra ID token credential.

Property Details

resourceEndpoint

The Azure Communication Service resource endpoint URL, e.g. https://myResource.communication.azure.com.

resourceEndpoint: string

Property Value

string

scopes

The scopes for retrieving the Entra ID access token.

scopes?: string[]

Property Value

string[]

tokenCredential

The Entra ID token credential.

tokenCredential: TokenCredential

Property Value