Share via


MicrosoftGraphImplicitGrantSettings.EnableAccessTokenIssuance Property

Definition

Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public bool? EnableAccessTokenIssuance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.EnableAccessTokenIssuance : Nullable<bool> with get, set
Public Property EnableAccessTokenIssuance As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to