TokenDelegationFailedException

Thrown by com.nice.cxonechat.TokenDelegateListener.onNewTokenRequested when the integrator is unable to provide a token (e.g. user cancelled login, network error during OAuth exchange).

The SDK catches this exception and reports it via com.nice.cxonechat.ChatStateListener.onChatRuntimeException.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?