Uses of Class
com.azure.resourcemanager.apimanagement.models.OAuth2GrantType
Packages that use OAuth2GrantType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of OAuth2GrantType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OAuth2GrantTypeModifier and TypeMethodDescriptionAuthorizationContractInner.oAuth2GrantType()Get the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContractProperties.oAuth2GrantType()Get the oAuth2GrantType property: OAuth2 grant type options.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type OAuth2GrantTypeModifier and TypeMethodDescriptionAuthorizationContractInner.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Set the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContractProperties.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Set the oAuth2GrantType property: OAuth2 grant type options. -
Uses of OAuth2GrantType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as OAuth2GrantTypeModifier and TypeFieldDescriptionstatic final OAuth2GrantTypeOAuth2GrantType.AUTHORIZATION_CODEStatic value AuthorizationCode for OAuth2GrantType.static final OAuth2GrantTypeOAuth2GrantType.CLIENT_CREDENTIALSStatic value ClientCredentials for OAuth2GrantType.Methods in com.azure.resourcemanager.apimanagement.models that return OAuth2GrantTypeModifier and TypeMethodDescriptionstatic OAuth2GrantTypeOAuth2GrantType.fromString(String name) Creates or finds a OAuth2GrantType from its string representation.AuthorizationContract.oAuth2GrantType()Gets the oAuth2GrantType property: OAuth2 grant type options.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OAuth2GrantTypeModifier and TypeMethodDescriptionstatic Collection<OAuth2GrantType> OAuth2GrantType.values()Gets known OAuth2GrantType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type OAuth2GrantTypeModifier and TypeMethodDescriptionAuthorizationContract.DefinitionStages.WithOAuth2GrantType.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Specifies the oAuth2GrantType property: OAuth2 grant type options.AuthorizationContract.UpdateStages.WithOAuth2GrantType.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType) Specifies the oAuth2GrantType property: OAuth2 grant type options.