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

# AuthenticationResponseJSON

> Swift Structure

**Structure**

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

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

## Initializers

### init(from:)

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

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

## Instance Properties

### clientExtensionResults

```swift theme={null}
let clientExtensionResults: AuthenticationExtensionsClientOutputsJSON?
```

### id

```swift theme={null}
let id: Data
```

### rawId

```swift theme={null}
let rawId: Data?
```

### response

```swift theme={null}
let response: AuthenticatorAssertionResponseJSON
```

### type

```swift theme={null}
let type: PublicKeyCredentialType
```
