apsk property

Map<String, dynamic>? apsk
getter/setter pair

The value to publish as this enrollment's _apsk signing key. See EnrollParams.apsk for the shape and why the atServer composes nothing.

An enrollment that sends neither this nor apskLegacy gets no _apsk published, and an approver then has no key to verify its advertised key package against.

Implementation

Map<String, dynamic>? apsk;