Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImplicitGrantSettings
Packages that use MicrosoftGraphImplicitGrantSettings
Package
Description
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 MicrosoftGraphImplicitGrantSettingsModifier and TypeMethodDescriptionMicrosoftGraphWebApplication.implicitGrantSettings()Get the implicitGrantSettings property: implicitGrantSettings.MicrosoftGraphImplicitGrantSettings.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: implicitGrantSettings.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.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 MicrosoftGraphImplicitGrantSettingsModifier and TypeMethodDescriptionMicrosoftGraphWebApplication.withImplicitGrantSettings(MicrosoftGraphImplicitGrantSettings implicitGrantSettings) Set the implicitGrantSettings property: implicitGrantSettings.