AuthenticatorDevice: {
    counter: number;
    credentialID: Uint8Array;
    credentialPublicKey: Uint8Array;
    transports?: AuthenticatorTransportFuture[];
}

A WebAuthn-compatible device and the information needed to verify assertions by it

Type declaration

Generated using TypeDoc