<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(pl)ASAuthorizationPublicKeyCredentialAssertionRequest"
  },
  "title" : "ASAuthorizationPublicKeyCredentialAssertionRequest"
}
-->

# ASAuthorizationPublicKeyCredentialAssertionRequest

An interface for requesting a public key-based credential assertion.

```
protocol ASAuthorizationPublicKeyCredentialAssertionRequest : NSCopying, NSSecureCoding, NSObjectProtocol
```

## Topics

### Getting the properties

[`challenge`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest/challenge)

The challenge to sign.

[`relyingPartyIdentifier`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest/relyingPartyIdentifier)

The domain name of the website for the credential.

[`allowedCredentials`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest/allowedCredentials)

A list of allowed credential descriptors the user attempts to sign in with.

[`userVerificationPreference`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialAssertionRequest/userVerificationPreference)

A preference that indicates whether the authenticator attempts to verify the user at the time of sign-in.



---

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)