signIn

open fun signIn(accessId: String, password: String, callback: SensibillAuth.SessionListener)

Call to sign in to the Sensibill SDK with the provided access identifier and password

Parameters

accessId

The user identifier that the user is trying to sign-in with

password

The password of user trying to sign-in with

callback

The callback to monitor the sign-in process


abstract fun signIn(accessId: String, password: String, callback: SensibillAuth.SessionListener, callbackScope: CoroutineScope)