IdentityUserToken<TKey> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |