Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationProviderOAuth2GrantTypes
Packages that use AuthorizationProviderOAuth2GrantTypes
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationProviderOAuth2GrantTypes in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationProviderOAuth2GrantTypesModifier and TypeMethodDescriptionAuthorizationProviderOAuth2GrantTypes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationProviderOAuth2GrantTypes from the JsonReader.AuthorizationProviderOAuth2Settings.grantTypes()Get the grantTypes property: OAuth2 settings.AuthorizationProviderOAuth2GrantTypes.withAuthorizationCode(Map<String, String> authorizationCode) Set the authorizationCode property: OAuth2 authorization code grant parameters.AuthorizationProviderOAuth2GrantTypes.withClientCredentials(Map<String, String> clientCredentials) Set the clientCredentials property: OAuth2 client credential grant parameters.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationProviderOAuth2GrantTypesModifier and TypeMethodDescriptionAuthorizationProviderOAuth2Settings.withGrantTypes(AuthorizationProviderOAuth2GrantTypes grantTypes) Set the grantTypes property: OAuth2 settings.