SessionExpired

data class SessionExpired(val contractId: String, val credentialId: String) : SmartAccountEvent

Emitted when a session expires during connection attempt.

This event is fired when attempting to restore a session that has expired. The application should prompt the user to reconnect.

Constructors

Link copied to clipboard
constructor(contractId: String, credentialId: String)

Properties

Link copied to clipboard

The smart account contract address

Link copied to clipboard

The Base64URL-encoded credential ID