Type alias AuthenticatorDevice
Authenticator
Device
: { counter
: number; credentialID
: Uint8Array; credentialPublicKey
: Uint8Array; transports
?: AuthenticatorTransportFuture[]; }
Type declaration
-
counter: number
-
credentialID: Uint8Array
-
credentialPublicKey: Uint8Array
-
A WebAuthn-compatible device and the information needed to verify assertions by it