Share via


OAuthWebSecurity.Login(String, String, Boolean) Method

Definition

Logs the user in.

public static bool Login (string providerName, string providerUserId, bool createPersistentCookie);
static member Login : string * string * bool -> bool
Public Shared Function Login (providerName As String, providerUserId As String, createPersistentCookie As Boolean) As Boolean

Parameters

providerName
String

The provider name.

providerUserId
String

The user ID for the specified provider.

createPersistentCookie
Boolean

true to create a persistent cookie so that the login information is saved across browser sessions; otherwise, false.

Returns

true if login was successful; otherwise, false.

Applies to