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

# AuthenticationExtensionsLargeBlobInputs

> Swift Structure

**Structure**

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

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

## Initializers

### init(from:)

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

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

### init(support:read:write:)

```swift theme={null}
init(support: LargeBlobSupport? = nil, read: Bool? = nil, write: Data? = nil)
```
