LiveAuthClient.LoginAsync methods

Initiates the Microsoft account sign-in flow, or presents a Microsoft account consent page.

You can use LoginAsync as an alternative to the sign-in control, or to prompt the user for additional permissions in the context of an activity.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Method

Description

LoginAsync(IEnumerable<String>) method

Initiates the Microsoft account sign-in flow, or presents a Microsoft account consent page.

LoginAsync(IEnumerable<String>, Object) method (Windows Phone only)

Initiates the Microsoft account sign-in flow, or presents a Microsoft account consent page. [Windows Phone only]

Remarks

LiveAuthClient must be constructed in the app's UI thread.

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient