Add Login Module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Authentications.Refresh;
|
||||
|
||||
public sealed class RefreshResponse
|
||||
{
|
||||
public string AccessToken { get; init; } = default!;
|
||||
public DateTimeOffset AccessExpiresAt { get; init; }
|
||||
public string? RefreshToken { get; init; }
|
||||
public DateTimeOffset? RefreshExpiresAt { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user