CommunicationIdentityClient.GetTokenForTeamsUser Method
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.
Exchange an Azure AD access token of a Teams User for a Communication Identity access token.
public virtual Azure.Response<Azure.Core.AccessToken> GetTokenForTeamsUser (Azure.Communication.Identity.GetTokenForTeamsUserOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTokenForTeamsUser : Azure.Communication.Identity.GetTokenForTeamsUserOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Core.AccessToken>
override this.GetTokenForTeamsUser : Azure.Communication.Identity.GetTokenForTeamsUserOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Core.AccessToken>
Public Overridable Function GetTokenForTeamsUser (options As GetTokenForTeamsUserOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AccessToken)
Parameters
- options
- GetTokenForTeamsUserOptions
GetTokenForTeamsUserOptions request options used to exchange an Azure AD access token of a Teams User for a new Communication Identity access token.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET