Добавлен playlist shared
This commit is contained in:
10
PlaylistShared/Data/Entities/ApplicationUser.cs
Normal file
10
PlaylistShared/Data/Entities/ApplicationUser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PlaylistShared.Data.Entities;
|
||||
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
public string? YandexId { get; set; }
|
||||
public string? AccessToken { get; set; }
|
||||
public string? RefreshToken { get; set; }
|
||||
public DateTime? AccessTokenExpiresAt { get; set; }
|
||||
public string? AvatarUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user