mirror of
https://github.com/bitwarden/server
synced 2026-01-05 10:03:23 +00:00
Added get for sso config repo by revision date (#878)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
@@ -8,5 +9,6 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
Task<SsoConfig> GetByOrganizationIdAsync(Guid organizationId);
|
||||
Task<SsoConfig> GetByIdentifierAsync(string identifier);
|
||||
Task<ICollection<SsoConfig>> GetManyByRevisionNotBeforeDate(DateTime? notBefore);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user