• Provisions space with the specified account and sets up a recovery with the same account.

    Parameters

    • access: Agent<Service>
    • agentData: AgentData
    • email: string
    • Optional opts: {
          provider: undefined | `did:web:${string}`;
          signal: undefined | AbortSignal;
          space: undefined | `did:key:${string}`;
      }
      • provider: undefined | `did:web:${string}`

        provider to register - defaults to this.connection.id

      • signal: undefined | AbortSignal
      • space: undefined | `did:key:${string}`

    Returns Promise<void>

Generated using TypeDoc