Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@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

ParameterTypeDescription
keystringtemp key gotten from ShareViaPublicKey

Returns:

Promise<void>

  • UserStorage.syncFromTempKey() method
  • Parameters
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage