OnIntrospectResponseListener

interface OnIntrospectResponseListener

On introspect actions listener

Functions

Link copied to clipboard
abstract fun onError(error: NuguOAuthError)

Listener called when a request fails

Link copied to clipboard
abstract fun onSuccess(response: IntrospectResponse)

Listener called when a request completes successfully.