Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImplicitGrantSettings
-
Packages that use MicrosoftGraphImplicitGrantSettings Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphImplicitGrantSettings in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphImplicitGrantSettings Modifier and Type Method Description MicrosoftGraphImplicitGrantSettings
MicrosoftGraphWebApplication. implicitGrantSettings()
Get the implicitGrantSettings property: implicitGrantSettings.MicrosoftGraphImplicitGrantSettings
MicrosoftGraphImplicitGrantSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: implicitGrantSettings.MicrosoftGraphImplicitGrantSettings
MicrosoftGraphImplicitGrantSettings. withEnableAccessTokenIssuance(Boolean enableAccessTokenIssuance)
Set the enableAccessTokenIssuance property: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.MicrosoftGraphImplicitGrantSettings
MicrosoftGraphImplicitGrantSettings. withEnableIdTokenIssuance(Boolean enableIdTokenIssuance)
Set the enableIdTokenIssuance property: Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphImplicitGrantSettings Modifier and Type Method Description MicrosoftGraphWebApplication
MicrosoftGraphWebApplication. withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings)
Set the implicitGrantSettings property: implicitGrantSettings.
-