//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/GASmartAccessReaderDemoCallback/onLockAuthenticationRequest
onLockAuthenticationRequest
[androidJvm]\ abstract fun onLockAuthenticationRequest(callback: (isSuccess: Boolean) -> Unit)
Callback triggered when the SDK needs authentification.
Parameters
androidJvm
callback | (Boolean) is send to the app to get auth status. true indicates authenticated, false indicates not authenticated |