Type alias: KeyStorePassword
KeyStorePassword:
object
Internal interface to the SSKS API.
WARNING: Do not use directly.
Type declaration
extraHeaders
extraHeaders: Record
< string
, string
>
push
push: (args
) => Promise
< string
>
Parameters
Parameter | Type |
---|---|
args | object |
args.data | Buffer |
args.password ? | string |
args.rawEncryptionKey ? | string |
args.rawStorageKey ? | string |
args.userId | string |
Returns
Promise
< string
>
search
search: (args
) => Promise
< Buffer
>
Parameters
Parameter | Type |
---|---|
args | object |
args.password ? | string |
args.rawEncryptionKey ? | string |
args.rawStorageKey ? | string |
args.userId | string |
Returns
Promise
< Buffer
>