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.
Functions
Link copied to clipboard
Sets shouldClearStorageAndTryAgain and returns this event for chaining.