NoAccessTokenAvailableEvent
Emitted via EventHandler.onEvent when no valid access token exists.
Migration note (Android): The credential property was previously typed as Credential. It is now CredentialIdentifier for cross-platform compatibility. On Android, the underlying instance is still a Credential and can be cast:
val cred = event.credential as CredentialContent copied to clipboard