Function addProviderAndDelegateToAccount
- addProviderAndDelegateToAccount(access, agentData, email, opts?): Promise<void>
Parameters
email: string
Optional
opts: {
provider: undefined | `did:web:${string}`;
signal: undefined | AbortSignal;
space: undefined | `did:key:${string}`;
}
provider: undefined | `did:web:${string}`
signal: undefined | AbortSignal
space: undefined | `did:key:${string}`
Returns Promise<void>
Provisions space with the specified account and sets up a recovery with the same account.