Share via


Facebook.LoginScope Property

Definition

A list of the scopes that should be requested while authenticating.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public string[] LoginScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.LoginScope : string[] with get, set
Public Property LoginScope As String()

Property Value

String[]

Implements

Attributes

Applies to