com.getsensibill.sensibillauth / SensibillAuth / registerWithPassword
registerWithPassword
open fun registerWithPassword(accessId: String, password: String, callback: SensibillAuth.RegisterListener): Unit
Call to register a user with the provided access identifier and password.
Parameters
accessId - The desired user identifier
password - The desired user password
callback - The callback to monitor the state of the user registration processabstract fun registerWithPassword(accessId: String, password: String, callback: SensibillAuth.RegisterListener, callbackScope: CoroutineScope): Unit