com.getsensibill.sensibillauth / SensibillAuth / logout
logout
open fun logout(accessToken:
String
, accessId:
String
, callback:
SensibillAuth.AuthListener
?):
Unit
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 processabstract fun logout(accessToken:
String
, accessId:
String
, callback:
SensibillAuth.AuthListener
?, callbackScope: CoroutineScope):
Unit