Uses of Class
com.azure.resourcemanager.apimanagement.models.OAuth2AuthenticationSettingsContract
Packages that use OAuth2AuthenticationSettingsContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of OAuth2AuthenticationSettingsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OAuth2AuthenticationSettingsContractModifier and TypeMethodDescriptionOAuth2AuthenticationSettingsContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OAuth2AuthenticationSettingsContract from the JsonReader.AuthenticationSettingsContract.oAuth2()Get the oAuth2 property: OAuth2 Authentication settings.OAuth2AuthenticationSettingsContract.withAuthorizationServerId(String authorizationServerId) Set the authorizationServerId property: OAuth authorization server identifier.Set the scope property: operations scope.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OAuth2AuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.oAuth2AuthenticationSettings()Get the oAuth2AuthenticationSettings property: Collection of OAuth2 authentication settings included into this API.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type OAuth2AuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.withOAuth2(OAuth2AuthenticationSettingsContract oAuth2) Set the oAuth2 property: OAuth2 Authentication settings.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type OAuth2AuthenticationSettingsContractModifier and TypeMethodDescriptionAuthenticationSettingsContract.withOAuth2AuthenticationSettings(List<OAuth2AuthenticationSettingsContract> oAuth2AuthenticationSettings) Set the oAuth2AuthenticationSettings property: Collection of OAuth2 authentication settings included into this API.