TokenStorageAccessErrorEvent

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

In the KMP credential system, shouldClearStorageAndTryAgain reflects the decision made by the onStorageError callback configured on com.okta.authfoundation.credential.kmp.TokenCredentialManager. This event is notification-only on KMP; mutating it does not affect retry behavior. On Android (legacy path), use withShouldClearStorageAndTryAgain to request a retry.

Properties

Link copied to clipboard

The Exception that caused the event.

Link copied to clipboard

If true, the operation will be (or was) retried.

Functions

Link copied to clipboard