registerWithPassword

open fun registerWithPassword(accessId: String, password: String, callback: SensibillAuth.RegisterListener)

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 process


abstract fun registerWithPassword(accessId: String, password: String, callback: SensibillAuth.RegisterListener, callbackScope: CoroutineScope)