pub type AuthenticatorMap = BTreeMap<String, WrappingKey>;Expand description
Authenticator map: {cid_c โ W_c} (default recoverability policy).
BTreeMap keys are base64 strings (deterministic ordering on the wire).
The values are wrapping keys for credentials other than the acting one;
Phase III.3 uses them to rewrap the new K' under each authenticator
credential.
Aliased Typeยง
pub struct AuthenticatorMap { /* private fields */ }