TokenStorageAccessErrorEvent

class TokenStorageAccessErrorEvent

Emitted via EventHandler.onEvent when a TokenStorage call causes an exception.

The default implementation automatically clears storage so it can try again, see shouldClearStorageAndTryAgain.

Properties

Link copied to clipboard
val exception: Exception

The Exception that caused the event.

Link copied to clipboard
var shouldClearStorageAndTryAgain: Boolean

Allows the app developer to change the behavior of attempted remediation. If true, the storage implementation will attempt to clear all existing items in storage.