Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerSecretsContractInner
Packages that use AuthorizationServerSecretsContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerSecretsContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return AuthorizationServerSecretsContractInnerModifier and TypeMethodDescriptionAuthorizationServersClient.listSecrets(String resourceGroupName, String serviceName, String authsid) Gets the client secret details of the authorization server. -
Uses of AuthorizationServerSecretsContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationServerSecretsContractInnerModifier and TypeMethodDescriptionAuthorizationServerSecretsContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerSecretsContractInner from the JsonReader.AuthorizationServerSecretsContractInner.withClientSecret(String clientSecret) Set the clientSecret property: oAuth Authorization Server Secrets.AuthorizationServerSecretsContractInner.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerSecretsContractInner.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server. -
Uses of AuthorizationServerSecretsContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerSecretsContractInnerModifier and TypeMethodDescriptionAuthorizationServersListSecretsResponse.getValue()Gets the deserialized response body.AuthorizationServerSecretsContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerSecretsContractInner object.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationServerSecretsContractInnerModifierConstructorDescriptionAuthorizationServersListSecretsResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, AuthorizationServerSecretsContractInner value, AuthorizationServersListSecretsHeaders headers) Creates an instance of AuthorizationServersListSecretsResponse.