com.getsensibill.sensibillauth / SensibillAuth / userExists
userExists
open fun userExists(accessId:
String
, callback: AvailabilityCallback):
Unit
Call to check if a user with provided access id exists
Parameters
accessId
- The user identifier to check
callback
- The callback to monitor the user availability checkabstract fun userExists(accessId:
String
, callback: AvailabilityCallback, callbackScope: CoroutineScope):
Unit