Share via


LiveAuthClient.InitializeAsync() method

Initializes a new LiveAuthClient.

Syntax

public Task<LiveLoginResult> InitializeAsync()
Public Function InitializeAsync() As Task<LiveLoginResult>

Parameters

This method has no parameters.

Return value

Type: Task<LiveLoginResult>

The user's login status and the session object.

Note

Doesn't return a value on Windows Phone.

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