AuthenticationResult

fun interface AuthenticationResult

Callback to provide the result of the authentication.

Functions

Link copied to clipboard
abstract fun onAuthenticationResult(accepted: Boolean)

Must be called from the main thread.