Space SDK Package

Space SDK Package

  • Users
  • Storage
  • Space Docs

@spacehq/sdk > UsersConfig

UsersConfig interface

Configuration option provided to the Users class.

Signature:

export interface UsersConfig 

Properties

PropertyTypeDescription
authChallengeSolver?(identity: Identity) => Promise<HubAuthResponse>(Optional)
endpointstringHub auth service endpoint
vaultInit?() => Vault(Optional) Optional Vault factory function.If provided the default VaultService with provided config will not be used for authentication.
vaultServiceConfig?VaultServiceConfig(Optional) Vault Service Configuration. Either this is provided or the vaultInit function is provided or else initializing the users class will throw an error.
  • UsersConfig interface
  • Properties
Space SDK Package
Docs
Getting StartedUsersStorage
Resources
All DocumentationProject SlackBlog
More
GitHubStar
Follow @spacestorage