EntraCommunicationTokenCredentialOptions.Scopes Property

Definition

The scopes required for the Entra user token. These scopes determine the permissions granted to the token. For example, ["https://communication.azure.com/clients/VoIP"].

public string[] Scopes { get; set; }
member this.Scopes : string[] with get, set
Public Property Scopes As String()

Property Value

String[]

Applies to