Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A list of permissions to request.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public IList<string> Scope { get; private set; }
public:
property IList<String^>^ Scope {
IList<String^>^ get();
private: void set(IList<String^>^ value);
}
member Scope : IList<string> with get, private set
Public Property Scope As IList(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top