HomePhabricator
Diffusion Comm 65369defbe28

[native][web] implementing uploading one-time keys in `IdentityServiceClient`

Description

[native][web] implementing uploading one-time keys in IdentityServiceClient

Summary:
Call RPC to upload keys to Identity.

Depends on D11108

Test Plan:
Call this method and check in staging DDB that one-time key was uploaded.

await identityClient.uploadOneTimeKeys({
        contentOneTimeKeys: ['test1'],
        notificationsOneTimeKeys: ['test2'],
      })

Screenshot 2024-02-19 at 13.08.59.png (1×1 px, 283 KB)

Reviewers: marcin, varun, tomek

Reviewed By: tomek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D11109