com.getsensibill.sensibillauth / SensibillAuth / registerWithUserInfo
registerWithUserInfo
open fun registerWithUserInfo(accessId: String, userInfo: UserInfo, callback: SensibillAuth.RegisterListener): Unit
Call to register a user with the provided user information
Parameters
accessId - The user identifier that the user is trying to sign-in with
userInfo - The UserInfo object that contains the desired user properties
callback - The callback to monitor the state of the user registration process
See Also
abstract fun registerWithUserInfo(accessId: String, userInfo: UserInfo, callback: SensibillAuth.RegisterListener, callbackScope: CoroutineScope): Unit