This event will be triggered right AFTER the instance was initialised
This event will be triggered right BEFORE the instance was closed
Erases the instance. This function will:
Checks if the user exists or not by checking the credentials in the store.
Logins the user. This function will:
This function will login or register based on the credentials existence in store.
Logouts the user. This function will:
Erases the current instance. This function will:
Registers the user with generated credentials. This function will:
Optional
registerData: { email?: string; instanceName?: string; secret?: string }Optional
registerData: { email?: string; instanceName?: string; secret?: string }
This class represents an 'Single User API without Credentials' authentication workflow.