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

# AttestationConveyancePreference

> Swift Enumeration

**Enumeration**

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

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

## Enumeration Cases

### AttestationConveyancePreference.direct

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

### AttestationConveyancePreference.enterprise

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

### AttestationConveyancePreference.indirect

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

### AttestationConveyancePreference.none

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

## Initializers

### init(rawValue:)

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

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