- tweak: refactor funny
This commit is contained in:
3
Nebula.Shared/Models/Auth/AuthenticateResponse.cs
Normal file
3
Nebula.Shared/Models/Auth/AuthenticateResponse.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Nebula.Shared.Models.Auth;
|
||||
|
||||
public sealed record AuthenticateResponse(string Token, string Username, Guid UserId, DateTimeOffset ExpireTime);
|
||||
Reference in New Issue
Block a user