com.getsensibill.sensibillauth / SensibillAuth / signIn
signIn
open fun signIn(accessId: String, password: String, callback: SensibillAuth.SessionListener): Unit
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 processabstract fun signIn(accessId: String, password: String, callback: SensibillAuth.SessionListener, callbackScope: CoroutineScope): Unit