mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
add logout notification
This commit is contained in:
@ -18,6 +18,7 @@ namespace Bit.Core.Services
|
||||
Task PushSyncVaultAsync(Guid userId);
|
||||
Task PushSyncOrgKeysAsync(Guid userId);
|
||||
Task PushSyncSettingsAsync(Guid userId);
|
||||
Task PushLogOutAsync(Guid userId);
|
||||
Task SendPayloadToUserAsync(string userId, PushType type, object payload, string identifier);
|
||||
Task SendPayloadToOrganizationAsync(string orgId, PushType type, object payload, string identifier);
|
||||
}
|
||||
|
Reference in New Issue
Block a user