Share via


LiveAuthClient.LiveAuthClient(String) constructor

Initializes a new instance of the LiveAuthClient class with the specified redirect Uniform Resource Identifier (URI).

Syntax

public LiveAuthClient LiveAuthClient(
  string redirectUri
)
Public Sub New (
  redirectUri As String 
) As LiveAuthClient

Parameters

  • redirectUri

    Type: String

    The redirect URI corresponding to the one specified in the Windows Store Dashboard or the services using Microsoft account app management site for the corresponding app's client ID.

Return value

Type: LiveAuthClient

An initialized instance of the class.

Remarks

Note

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

LiveAuthClient() constructor