SpaceUser interface
Represents an authenticated KeyPair identity with valid API session token.
Signature:
export interface SpaceUser
Properties
| Property | Type | Description |
|---|---|---|
| endpoint | string | Auth endpoint used to authenticate this user |
| identity | Identity | |
| storageAuth? | TextileStorageAuth | (Optional) |
| token | string | token is the service token. It can be used to interact with the identity service. |