mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
push notification relay service and relay send api
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
@ -16,5 +17,7 @@ namespace Bit.Core.Services
|
||||
Task PushSyncVaultAsync(Guid userId);
|
||||
Task PushSyncOrgKeysAsync(Guid userId);
|
||||
Task PushSyncSettingsAsync(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