Class MicrosoftGraphImplicitGrantSettings
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImplicitGrantSettings
-
public final class MicrosoftGraphImplicitGrantSettings extends Object
implicitGrantSettings.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphImplicitGrantSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: implicitGrantSettings.Boolean
enableAccessTokenIssuance()
Get the enableAccessTokenIssuance property: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.Boolean
enableIdTokenIssuance()
Get the enableIdTokenIssuance property: Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.void
validate()
Validates the instance.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.
-
-
-
Method Detail
-
enableAccessTokenIssuance
public Boolean enableAccessTokenIssuance()
Get the enableAccessTokenIssuance property: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.- Returns:
- the enableAccessTokenIssuance value.
-
withEnableAccessTokenIssuance
public 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.- Parameters:
enableAccessTokenIssuance
- the enableAccessTokenIssuance value to set.- Returns:
- the MicrosoftGraphImplicitGrantSettings object itself.
-
enableIdTokenIssuance
public Boolean enableIdTokenIssuance()
Get the enableIdTokenIssuance property: Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.- Returns:
- the enableIdTokenIssuance value.
-
withEnableIdTokenIssuance
public 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.- Parameters:
enableIdTokenIssuance
- the enableIdTokenIssuance value to set.- Returns:
- the MicrosoftGraphImplicitGrantSettings object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: implicitGrantSettings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphImplicitGrantSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: implicitGrantSettings.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphImplicitGrantSettings object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-