Type Alias pallet_passkey::types::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 */);