@spacehq/sdk > UserStorage > syncFromTempKey
UserStorage.syncFromTempKey() method
Sync the notifications from the temp key with the current space user of this storage.
This is useful for new users who have some pending invitation assigned to the notification.
Signature:
syncFromTempKey(key: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
key | string | temp key gotten from ShareViaPublicKey |
Returns:
Promise<void>