Uses of Class
com.azure.communication.identity.models.GetTokenForTeamsUserOptions
Packages that use GetTokenForTeamsUserOptions
Package
Description
Package containing the classes for AzureCommunicationIdentity.
-
Uses of GetTokenForTeamsUserOptions in com.azure.communication.identity
Methods in com.azure.communication.identity with parameters of type GetTokenForTeamsUserOptionsModifier and TypeMethodDescriptionMono<com.azure.core.credential.AccessToken>CommunicationIdentityAsyncClient.getTokenForTeamsUser(GetTokenForTeamsUserOptions options) Exchanges an Azure AD access token of a Teams User for a new Communication Identity access token.com.azure.core.credential.AccessTokenCommunicationIdentityClient.getTokenForTeamsUser(GetTokenForTeamsUserOptions options) Exchanges an Azure AD access token of a Teams User for a new Communication Identity access token.Mono<com.azure.core.http.rest.Response<com.azure.core.credential.AccessToken>>CommunicationIdentityAsyncClient.getTokenForTeamsUserWithResponse(GetTokenForTeamsUserOptions options) Exchanges an Azure AD access token of a Teams User for a new Communication Identity access token.com.azure.core.http.rest.Response<com.azure.core.credential.AccessToken>CommunicationIdentityClient.getTokenForTeamsUserWithResponse(GetTokenForTeamsUserOptions options, com.azure.core.util.Context context) Exchanges an Azure AD access token of a Teams User for a new Communication Identity access token.