userExists

open fun userExists(accessId: String, callback: RegistrationProvider.AvailabilityCallback)

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)