pallet_passkey::types

Type Alias PasskeyClientDataJson

Source
pub type PasskeyClientDataJson = BoundedVec<u8, ConstU32<256>>;
Expand description

Passkey ClientDataJson type Note: The challenge field inside this json MUST be replaced with CHALLENGE_PLACEHOLDER before submission to the chain https://w3c.github.io/webauthn/#dictdef-collectedclientdata

Aliased Typeยง

struct PasskeyClientDataJson(/* private fields */);