userExists
open fun userExists(accessId: String, callback: RegistrationProvider.AvailabilityCallback)
Content copied to clipboard
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 check
abstract fun userExists(accessId: String, callback: RegistrationProvider.AvailabilityCallback, callbackScope: CoroutineScope)
Content copied to clipboard