[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAuthn](./puppeteer.protocol.webauthn.md) > [AuthenticatorTransport](./puppeteer.protocol.webauthn.authenticatortransport.md) ## Protocol.WebAuthn.AuthenticatorTransport type Signature: ```typescript export type AuthenticatorTransport = ('usb' | 'nfc' | 'ble' | 'cable' | 'internal'); ```