Share via


SignInButton.Scopes property

A list of OAuth scopes that is used in Live sign in. The value of this property cannot include the value offline_access. Scopes specify the type of resource data that an app can request from an authenticated user.

Note

This member is available only for Windows Phone.

Scopes is a dependency property that is backed by ScopesProperty.

Syntax

public string Scopes { get; set; }
Public Property Scopes As string

Property value

Type: string

A string that specifies the set of scopes for the sign-in process.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live.Controls

Assembly

Microsoft.Live.Controls.dll

See also

SignInButton