EntraCommunicationTokenCredentialOptions interface
The Entra Communication Token Options.
Properties
resource |
The Azure Communication Service resource endpoint URL, e.g. https://myResource.communication.azure.com. |
scopes | The scopes for retrieving the Entra ID access token. |
token |
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[]