serverSigningKeysB64 property
Snapshot of the active server-distributed signing keys. Exposed
mostly for debugging — production code never has to read this
because the apply pipeline pulls it via _effectiveSigningPubkeys.
Implementation
List<String> get serverSigningKeysB64 => List.unmodifiable(_serverSigningKeysB64);