logout

open fun logout(accessToken: String, accessId: String, callback: SensibillAuth.AuthListener?)

Call to log-out of the SDK

Parameters

accessToken

The user access token. Must be valid

accessId

The user identifier

callback

The callback to monitor the logout process


abstract fun logout(accessToken: String, accessId: String, callback: SensibillAuth.AuthListener?, callbackScope: CoroutineScope)