parseAuthenticatorData()
Parses the authenticator data.
Can throw `AuthenticatorDataParseError.
Definition
function parseAuthenticatorData(encoded: Uint8Array): AuthenticatorData;
Parameters
encoded
: Encoded authenticator data
Parses the authenticator data.
Can throw `AuthenticatorDataParseError.
function parseAuthenticatorData(encoded: Uint8Array): AuthenticatorData;
encoded
: Encoded authenticator data