ReadonlygetRetrieve a setting value by key. Returns the stored value, or null/undefined if absent.
ReadonlysetStore a setting value by key.
Optional ReadonlyunsetDelete a setting key. Optional: when a host does not provide it, the SDK clears by storing an empty string instead, which reads back as absent all the same.
External storage adapter for persisting API session settings.