IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserTokens Property

Definition

Gets or sets the DbSet<TEntity> of User tokens.

C#
public Microsoft.EntityFrameworkCore.DbSet<TUserToken> UserTokens { get; set; }

Property Value

DbSet<TUserToken>

Applies to

Product Versions
ASP.NET Core 1.0, 1.1