:drunk: No idea what did AI did
This commit is contained in:
9
DysonNetwork.Pass/Features/Auth/Models/AuthTokens.cs
Normal file
9
DysonNetwork.Pass/Features/Auth/Models/AuthTokens.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace DysonNetwork.Pass.Features.Auth.Models;
|
||||
|
||||
public class AuthTokens
|
||||
{
|
||||
public string AccessToken { get; set; } = string.Empty;
|
||||
public string RefreshToken { get; set; } = string.Empty;
|
||||
public int ExpiresIn { get; set; }
|
||||
public string TokenType { get; set; } = "Bearer";
|
||||
}
|
Reference in New Issue
Block a user