OnAuthExtended

interface OnAuthExtended : OnAuth

Functions

onComplete
Link copied to clipboard
abstract fun onComplete(@Nullable response: OnAuth.AuthResponse)
Called when the authentication is successful
onError
Link copied to clipboard
abstract fun onError(error: Null)
Called when an error happens
abstract fun onError(error: WebcomError)
Called when the authentication fails and/or the token is invalid
onRequired
Link copied to clipboard
abstract fun onRequired()