EntraCommunicationTokenCredentialOptions.TokenCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The credential capable of fetching an Entra user token. You can provide any implementation of TokenCredential.
public Azure.Core.TokenCredential TokenCredential { get; }
member this.TokenCredential : Azure.Core.TokenCredential
Public ReadOnly Property TokenCredential As TokenCredential