registerWithUserInfo

open fun registerWithUserInfo(accessId: String, userInfo: UserInfo, callback: SensibillAuth.RegisterListener)

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)