Uses of Class
com.azure.resourcemanager.apimanagement.models.UserTokenParameters
Packages that use UserTokenParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of UserTokenParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type UserTokenParametersModifier and TypeMethodDescriptionUsersClient.getSharedAccessToken(String resourceGroupName, String serviceName, String userId, UserTokenParameters parameters) Gets the Shared Access Authorization Token for the User.com.azure.core.http.rest.Response<UserTokenResultInner> UsersClient.getSharedAccessTokenWithResponse(String resourceGroupName, String serviceName, String userId, UserTokenParameters parameters, com.azure.core.util.Context context) Gets the Shared Access Authorization Token for the User. -
Uses of UserTokenParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return UserTokenParametersModifier and TypeMethodDescriptionstatic UserTokenParametersUserTokenParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserTokenParameters from the JsonReader.UserTokenParameters.withExpiry(OffsetDateTime expiry) Set the expiry property: The Expiry time of the Token.UserTokenParameters.withKeyType(KeyType keyType) Set the keyType property: The Key to be used to generate token for user.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type UserTokenParametersModifier 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.com.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.