DSLogoutListener

interface DSLogoutListener

Logout Listener is a callback, which provides status on the logout operation

Functions

Link copied to clipboard
abstract fun onError(exception: DSAuthenticationException)

This function is called when there is an error during logout

Link copied to clipboard
abstract fun onSuccess()

This function is called when logout is successful