MicrosoftAccountAuthenticationOptions.Scope Property

 

A list of permissions to request.

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.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

MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top