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 MicrosoftGraphImplicitGrantSettingsMicrosoftGraphWebApplication. implicitGrantSettings()Get the implicitGrantSettings property: implicitGrantSettings.MicrosoftGraphImplicitGrantSettingsMicrosoftGraphImplicitGrantSettings. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: implicitGrantSettings.MicrosoftGraphImplicitGrantSettingsMicrosoftGraphImplicitGrantSettings. withEnableAccessTokenIssuance(Boolean enableAccessTokenIssuance)Set the enableAccessTokenIssuance property: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.MicrosoftGraphImplicitGrantSettingsMicrosoftGraphImplicitGrantSettings. 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 MicrosoftGraphWebApplicationMicrosoftGraphWebApplication. withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings)Set the implicitGrantSettings property: implicitGrantSettings.
-