Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationProviderOAuth2Settings
Packages that use AuthorizationProviderOAuth2Settings
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationProviderOAuth2Settings in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationProviderOAuth2SettingsModifier and TypeMethodDescriptionAuthorizationProviderContractInner.oauth2()Get the oauth2 property: OAuth2 settings.AuthorizationProviderContractProperties.oauth2()Get the oauth2 property: OAuth2 settings.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AuthorizationProviderOAuth2SettingsModifier and TypeMethodDescriptionAuthorizationProviderContractInner.withOauth2(AuthorizationProviderOAuth2Settings oauth2) Set the oauth2 property: OAuth2 settings.AuthorizationProviderContractProperties.withOauth2(AuthorizationProviderOAuth2Settings oauth2) Set the oauth2 property: OAuth2 settings. -
Uses of AuthorizationProviderOAuth2Settings in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationProviderOAuth2SettingsModifier and TypeMethodDescriptionAuthorizationProviderOAuth2Settings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationProviderOAuth2Settings from the JsonReader.AuthorizationProviderContract.oauth2()Gets the oauth2 property: OAuth2 settings.AuthorizationProviderOAuth2Settings.withGrantTypes(AuthorizationProviderOAuth2GrantTypes grantTypes) Set the grantTypes property: OAuth2 settings.AuthorizationProviderOAuth2Settings.withRedirectUrl(String redirectUrl) Set the redirectUrl property: Redirect URL to be set in the OAuth application.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationProviderOAuth2SettingsModifier and TypeMethodDescriptionAuthorizationProviderContract.DefinitionStages.WithOauth2.withOauth2(AuthorizationProviderOAuth2Settings oauth2) Specifies the oauth2 property: OAuth2 settings.AuthorizationProviderContract.UpdateStages.WithOauth2.withOauth2(AuthorizationProviderOAuth2Settings oauth2) Specifies the oauth2 property: OAuth2 settings.