Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

›User API

User API

  • Users.authenticate() method
  • Users.withStorage() method
  • Users.createIdentity() method
  • Users.recoverKeysByPassphrase() method
  • Users.backupKeysByPassphrase() method
  • Users.list() method
  • Users.remove() method

Space User API

  • SpaceUser.storageAuth property
  • SpaceUser.token property

Types

  • Identity interface

@spacehq/sdk > Users > remove

Users.remove() method

Removes the users identity from list of authenticated users.

It also removes the identity from the IdentityStorage provided.

Signature:

remove(publicKey: string): Promise<void>;

Parameters

ParameterTypeDescription
publicKeystringpublic key of users identity

Returns:

Promise<void>

← Users.list() methodSpaceUser.storageAuth property →
  • Users.remove() method
  • Parameters
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage