<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "s:22AuthenticationServices43ASPasskeyAssertionCredentialExtensionOutputV"
  },
  "title" : "ASPasskeyAssertionCredentialExtensionOutput"
}
-->

# ASPasskeyAssertionCredentialExtensionOutput

A type that encapsulates output for various WebAuthn extensions during passkey assertion.

```
struct ASPasskeyAssertionCredentialExtensionOutput
```

## Topics

### Creating an extension output instance

[`init(largeBlob:prf:)`](/documentation/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput-swift.struct/init(largeBlob:prf:))

Creates an extension output instance.

### Inspecting properties

[`largeBlob`](/documentation/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput-swift.struct/largeBlob)

The output for a large binary object operation during passkey assertion.

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

A type to represent the output of the requested large binary object operation, which returns in a passkey sign-in
response.

[`prf`](/documentation/AuthenticationServices/ASPasskeyAssertionCredentialExtensionOutput-swift.struct/prf)

The outputs of the WebAuthn PRF extension in passkey assertion requests.

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

A type to represent outputs of the web authentication PRF extension, when requesting them during an assertion.



---

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)