@spacehq/sdk > UserStorage > getRecentlySharedWith
UserStorage.getRecentlySharedWith() method
Returns a list of public keys of clients to which files where shared with
Signature:
getRecentlySharedWith(offset?: string): Promise<GetRecentlySharedWithResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
offset | string | optional offset value for pagination. Can be gotten from the nextOffset field of a response |
Returns:
Promise<GetRecentlySharedWithResponse>