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

The Exception that caused the event.

Link copied to clipboard

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.