IdentityUserLogin<TKey> Class

Definition

Represents a login and its associated provider for a user.

generic <typename TKey>
 where TKey : IEquatable<TKey>public ref class IdentityUserLogin
public class IdentityUserLogin<TKey> where TKey : IEquatable<TKey>
type IdentityUserLogin<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserLogin(Of TKey)

Type Parameters

TKey

The type of the primary key of the user associated with this login.

Inheritance
IdentityUserLogin<TKey>

Constructors

IdentityUserLogin<TKey>()

Properties

LoginProvider

Gets or sets the login provider for the login (e.g. facebook, google)

ProviderDisplayName

Gets or sets the friendly name used in a UI for this login.

ProviderKey

Gets or sets the unique provider identifier for this login.

UserId

Gets or sets the primary key of the user associated with this login.

Applies to