Uses of Interface
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceGetSsoTokenResult
Packages that use ApiManagementServiceGetSsoTokenResult
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceGetSsoTokenResult in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceGetSsoTokenResultModifier and TypeMethodDescriptionApiManagementServiceResource.getSsoToken()Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.ApiManagementServices.getSsoToken(String resourceGroupName, String serviceName) Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiManagementServiceGetSsoTokenResultModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiManagementServiceGetSsoTokenResult> ApiManagementServiceResource.getSsoTokenWithResponse(com.azure.core.util.Context context) Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.com.azure.core.http.rest.Response<ApiManagementServiceGetSsoTokenResult> ApiManagementServices.getSsoTokenWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.