Fix Access/Refres Token
This commit is contained in:
@@ -18,4 +18,7 @@ public interface ITenantRepository
|
||||
|
||||
Task<bool> AddBaseDomainAsync(string baseDomain, CancellationToken ct = default);
|
||||
Task<bool> RemoveBaseDomainAsync(string baseDomain, CancellationToken ct = default);
|
||||
|
||||
Task<string?> GetTenantKeyByTenantIdAsync(Guid tenantId, CancellationToken ct = default);
|
||||
Task<Dictionary<Guid, string>> MapTenantKeysAsync(IEnumerable<Guid> tenantIds, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user