Uses of Interface
com.azure.resourcemanager.apimanagement.models.UserTokenResult
Packages that use UserTokenResult
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of UserTokenResult in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserTokenResultModifier and TypeMethodDescriptionUserContract.getSharedAccessToken(UserTokenParameters parameters) Gets the Shared Access Authorization Token for the User.Users.getSharedAccessToken(String resourceGroupName, String serviceName, String userId, UserTokenParameters parameters) Gets the Shared Access Authorization Token for the User.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type UserTokenResultModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<UserTokenResult> UserContract.getSharedAccessTokenWithResponse(UserTokenParameters parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the User.com.azure.core.http.rest.Response<UserTokenResult> Users.getSharedAccessTokenWithResponse(String resourceGroupName, String serviceName, String userId, UserTokenParameters parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the User.