mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
[Provider] Add support for events (#1447)
This commit is contained in:
@ -59,5 +59,6 @@ namespace Bit.Core.Services
|
||||
Task RotateApiKeyAsync(Organization organization);
|
||||
Task DeleteSsoUserAsync(Guid userId, Guid? organizationId);
|
||||
Task<Organization> UpdateOrganizationKeysAsync(Guid orgId, string publicKey, string privateKey);
|
||||
Task<bool> HasConfirmedOwnersExceptAsync(Guid organizationId, IEnumerable<Guid> organizationUsersId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user