Constructs a new instance of the IdentityCreate class.
The IdentityClient instance.
Creates a new profile for a user in a project.
Optional
projectKey: string | PublicKeyThe project key or address.
Optional
identity: string | PublicKeyThe user's identity key or address.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with an array of transaction contexts.
Creates a new user.
The initialization arguments for the new user.
Optional
confirmOptions: ConfirmOptionsThe confirmation options for the transaction.
A promise that resolves with the transaction context.
Generated using TypeDoc
Represents the IdentityCreate class providing methods for creating user and profile.