Fix Access/Refres Token
This commit is contained in:
@@ -3,6 +3,7 @@ namespace AMREZ.EOP.Contracts.DTOs.Authentications.IssueTokenPair;
|
||||
public sealed class IssueTokenPairRequest
|
||||
{
|
||||
public Guid UserId { get; init; }
|
||||
public Guid TenantId { get; init; } = default!;
|
||||
public string Tenant { get; init; } = default!;
|
||||
public string Email { get; init; } = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user