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

# ASAuthorizationPublicKeyCredentialParameters

An object that provides required parameters for the credential during registration.

```
class ASAuthorizationPublicKeyCredentialParameters
```

## Overview

This object is mainly for signing algorithm negotiation, and is only relevant for physical security keys.

## Topics

### Getting the parameters

[`init(algorithm:)`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters/init(algorithm:))

Creates the object with an algorithm.

[`algorithm`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialParameters/algorithm)

The algorithm to use for negitation between the authenticator and the relying party.



---

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)