InvalidAccessTokenException

The backend rejected the JWT used for the implicit OAuth flow.

This exception is reported via com.nice.cxonechat.ChatStateListener.onChatRuntimeException. The com.nice.cxonechat.TokenDelegateListener will be called to obtain a fresh JWT automatically on the next connection attempt.

Properties

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