Type Definition webauthn_rs::proto::CredentialID[][src]

pub type CredentialID = Vec<u8>;
Expand description

A credential ID type. At the moment this is a vector of bytes, but it could also be a future change for this to be base64 string instead.

If changed, this would likely be a major library version change.