<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "s:22AuthenticationServices57ASAuthorizationPublicKeyCredentialLargeBlobAssertionInputV"
  },
  "title" : "ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput"
}
-->

# ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput

A type that represents input for the binary large object extension in passkey assertion requests.

```
struct ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput
```

## Overview

Use this type during assertion (sign-in) with an existing passkey.
An app can specify exactly one operation to perform during the sign-in: either read the existing saved blob or write a new blob (overwriting the existing one, if applicable).
This restriction mirrors the operations available in the WebAuthn specification.

## Topics

### Using assertion inputs

[`read`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput-swift.struct/read)

An operation to read the existing blob value.

[`write(_:)`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput-swift.struct/write(_:))

An operation to write the blob value, overwriting any existing value.

### Inspecting the operation

[`operation`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput-swift.struct/operation-swift.property)

The reading or writing operation the input performs.

[`ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput.Operation`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput-swift.struct/Operation-swift.enum)

A type to represent the possible operations of a large binary object assertion input.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)