DSAuthenticationListener

interface DSAuthenticationListener

Authentication Listener which provides status of authentication process whether it is success or failure

Functions

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

This function is called when error occurred during Authentication process

Link copied to clipboard
abstract fun onSuccess(user: DSUser)

This function is called when Authentication process is successful