cancelCustomRegistration
You can call this method in order to cancel any custom registration flow that is currently active.
This method cancels any custom registration flow that is active. See User registration more information.
cancelCustomRegistration(message: string): Promise<void>;
This method should not be used when pin creation has already started. Please use the cancelPinCreation method instead.
Property | Type | Description |
---|---|---|
message | string | The error message which will get relayed back to the rejection of the registerUser (only on Android) |