<!--
{
  "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/ASPasskeyCredentialRequest/supportedAlgorithms-74mad",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Authentication Services",
      "AuthenticationServices"
    ],
    "preciseIdentifier" : "s:So26ASPasskeyCredentialRequestC22AuthenticationServicesE19supportedAlgorithmsSaySo25ASCOSEAlgorithmIdentifieraGvp"
  },
  "title" : "supportedAlgorithms"
}
-->

# supportedAlgorithms

A list of cryptographic signature algorithms that the relying party supports.

```
var supportedAlgorithms: [ASCOSEAlgorithmIdentifier] { get }
```

## Discussion

For credential assertion requests, this property is empty.

---

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)