Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationServerContractBaseProperties
Packages that use AuthorizationServerContractBaseProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationServerContractBaseProperties in com.azure.resourcemanager.apimanagement.fluent.models
Subclasses of AuthorizationServerContractBaseProperties in com.azure.resourcemanager.apimanagement.fluent.modelsModifier and TypeClassDescriptionfinal classExternal OAuth authorization server settings Properties.final classExternal OAuth authorization server Update settings contract. -
Uses of AuthorizationServerContractBaseProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationServerContractBasePropertiesModifier and TypeMethodDescriptionAuthorizationServerContractBaseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerContractBaseProperties from the JsonReader.AuthorizationServerContractBaseProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerContractBaseProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerContractBaseProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractBaseProperties.withDefaultScope(String defaultScope) Set the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerContractBaseProperties.withDescription(String description) Set the description property: Description of the authorization server.AuthorizationServerContractBaseProperties.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractBaseProperties.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerContractBaseProperties.withSupportState(Boolean supportState) Set the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerContractBaseProperties.withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters) Set the tokenBodyParameters property: Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.AuthorizationServerContractBaseProperties.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: OAuth token endpoint.