Uses of Interface
com.azure.resourcemanager.apimanagement.models.AuthorizationServerSecretsContract
Packages that use AuthorizationServerSecretsContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerSecretsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerSecretsContractModifier and TypeMethodDescriptionAuthorizationServerContract.listSecrets()Gets the client secret details of the authorization server.AuthorizationServers.listSecrets(String resourceGroupName, String serviceName, String authsid) Gets the client secret details of the authorization server.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AuthorizationServerSecretsContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AuthorizationServerSecretsContract> AuthorizationServerContract.listSecretsWithResponse(com.azure.core.util.Context context) Gets the client secret details of the authorization server.com.azure.core.http.rest.Response<AuthorizationServerSecretsContract> AuthorizationServers.listSecretsWithResponse(String resourceGroupName, String serviceName, String authsid, com.azure.core.util.Context context) Gets the client secret details of the authorization server.