registerWithUserInfo
open fun registerWithUserInfo(accessId: String, userInfo: UserInfo, callback: SensibillAuth.RegisterListener)
Content copied to clipboard
Call to register a user with the provided user information
See also
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
abstract fun registerWithUserInfo(accessId: String, userInfo: UserInfo, callback: SensibillAuth.RegisterListener, callbackScope: CoroutineScope)
Content copied to clipboard