Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.AuthorizationServerUpdateContractProperties
Packages that use AuthorizationServerUpdateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of AuthorizationServerUpdateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationServerUpdateContractPropertiesModifier and TypeMethodDescriptionAuthorizationServerUpdateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationServerUpdateContractProperties from the JsonReader.AuthorizationServerUpdateContractProperties.withAuthorizationEndpoint(String authorizationEndpoint) Set the authorizationEndpoint property: OAuth authorization endpoint.AuthorizationServerUpdateContractProperties.withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods) Set the authorizationMethods property: HTTP verbs supported by the authorization endpoint.AuthorizationServerUpdateContractProperties.withBearerTokenSendingMethods(List<BearerTokenSendingMethod> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: Specifies the mechanism by which access token is passed to the API.AuthorizationServerUpdateContractProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerUpdateContractProperties.withClientId(String clientId) Set the clientId property: Client or app id registered with this authorization server.AuthorizationServerUpdateContractProperties.withClientRegistrationEndpoint(String clientRegistrationEndpoint) Set the clientRegistrationEndpoint property: Optional reference to a page where client or app registration for this authorization server is performed.AuthorizationServerUpdateContractProperties.withClientSecret(String clientSecret) Set the clientSecret property: Client or app secret registered with this authorization server.AuthorizationServerUpdateContractProperties.withDefaultScope(String defaultScope) Set the defaultScope property: Access token scope that is going to be requested by default.AuthorizationServerUpdateContractProperties.withDescription(String description) Set the description property: Description of the authorization server.AuthorizationServerUpdateContractProperties.withDisplayName(String displayName) Set the displayName property: User-friendly authorization server name.AuthorizationServerUpdateContractProperties.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerUpdateContractProperties.withResourceOwnerPassword(String resourceOwnerPassword) Set the resourceOwnerPassword property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerUpdateContractProperties.withResourceOwnerUsername(String resourceOwnerUsername) Set the resourceOwnerUsername property: Can be optionally specified when resource owner password grant type is supported by this authorization server.AuthorizationServerUpdateContractProperties.withSupportState(Boolean supportState) Set the supportState property: If true, authorization server will include state parameter from the authorization request to its response.AuthorizationServerUpdateContractProperties.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.AuthorizationServerUpdateContractProperties.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: OAuth token endpoint.AuthorizationServerUpdateContractProperties.withUseInApiDocumentation(Boolean useInApiDocumentation) Set the useInApiDocumentation property: If true, the authorization server will be used in the API documentation in the developer portal.AuthorizationServerUpdateContractProperties.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.