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

# PasskeyAuthenticatorData

> Swift Structure

**Structure**

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

## Initializers

### init(from:)

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

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

## Instance Properties

### aaguid

```swift theme={null}
let aaguid: String
```

### counter

```swift theme={null}
let counter: Int
```

### credentialID

```swift theme={null}
let credentialID: String
```

### credentialPublicKey

```swift theme={null}
let credentialPublicKey: String
```

### flags

```swift theme={null}
let flags: PasskeyAuthenticatorFlags
```

### parsedCredentialPublicKey

```swift theme={null}
let parsedCredentialPublicKey: ParsedCredentialPublicKey
```

### rpIdHash

```swift theme={null}
let rpIdHash: String
```
