Initial commit with inital CMS
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace SlpModularCms.Core.Identity.Models;
|
||||
|
||||
/// <summary>
|
||||
/// Model voor het retourneren van authenticatie tokens.
|
||||
/// </summary>
|
||||
public record TokenResponse(
|
||||
string AccessToken,
|
||||
string RefreshToken,
|
||||
DateTimeOffset Expiry
|
||||
);
|
||||
Reference in New Issue
Block a user