Interface LocalAuthenticationCallback
public interface LocalAuthenticationCallback
Interface to implement in order to receive events related to local authentication.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called upon local authentication abortionvoid
Called upon password error when performing local authentication.void
onLocalAuthenticationSuccess
(String otp, String hostCode) Called upon local authentication success.
-
Method Details
-
onLocalAuthenticationSuccess
Called upon local authentication success.- Parameters:
otp
- the generated one-time passwordhostCode
- the generated host code
-
onLocalAuthenticationAborted
void onLocalAuthenticationAborted()Called upon local authentication abortion -
onLocalAuthenticationPasswordError
Called upon password error when performing local authentication.- Parameters:
error
- the type of password error
-