OZStorageAdapter

public protocol OZStorageAdapter : AnyObject, Sendable

Protocol for persisting smart account credentials and sessions.

Storage adapters provide a pluggable persistence layer for credentials and sessions. Implementations must be thread-safe and support concurrent access.

The default implementation is OZInMemoryStorageAdapter, which stores data in memory only. Platform-specific implementations can provide persistent storage.