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

# PasskeyAuthenticatorFlags

> Swift Structure

**Structure**

```swift theme={null}
struct PasskeyAuthenticatorFlags
```

## Initializers

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

### attestedData

```swift theme={null}
let attestedData: Bool
```

### backupEligible

```swift theme={null}
let backupEligible: Bool
```

### backupStatus

```swift theme={null}
let backupStatus: Bool
```

### extensionData

```swift theme={null}
let extensionData: Bool
```

### userPresent

```swift theme={null}
let userPresent: Bool
```

### userVerified

```swift theme={null}
let userVerified: Bool
```
