IdentityUserToken<TKey> Class

Definition

Represents an authentication token for a user.

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

Type Parameters

TKey

The type of the primary key used for users.

Inheritance
IdentityUserToken<TKey>

Constructors

IdentityUserToken<TKey>()

Properties

LoginProvider

Gets or sets the LoginProvider this token is from.

Name

Gets or sets the name of the token.

UserId

Gets or sets the primary key of the user that the token belongs to.

Value

Gets or sets the token value.

Applies to