> ## 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.

# AuthenticatorAttachment

> Swift Enumeration

**Enumeration**

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

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

## Enumeration Cases

### AuthenticatorAttachment.crossPlatform

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

### AuthenticatorAttachment.platform

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

## Initializers

### init(rawValue:)

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

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