pub type PasskeyAuthenticatorData = BoundedVec<u8, ConstU32<128>>;
Expand description

Passkey AuthenticatorData type. The length is 37 bytes or more https://w3c.github.io/webauthn/#authenticator-data

Aliased Type§

struct PasskeyAuthenticatorData(/* private fields */);