serverSigningKeysB64 property

List<String> get serverSigningKeysB64

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);