> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AuthenticatorTransport

> Swift Enumeration

**Enumeration**

Specification reference: [https://w3c.github.io/webauthn/#enum-transport](https://w3c.github.io/webauthn/#enum-transport)

```swift theme={null}
enum AuthenticatorTransport
```

## Enumeration Cases

### AuthenticatorTransport.ble

```swift theme={null}
case ble
```

### AuthenticatorTransport.hybrid

```swift theme={null}
case hybrid
```

### AuthenticatorTransport.nfc

```swift theme={null}
case nfc
```

### AuthenticatorTransport.usb

```swift theme={null}
case usb
```

## Initializers

### init(rawValue:)

Inherited from `RawRepresentable.init(rawValue:)`.

```swift theme={null}
init?(rawValue: String)
```
