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

# ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor

An object that holds public key credential transport information.

```
class ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor
```

## Overview

This class ties together a credential and its corresponding transport types (USB, NFC, Bluetooth, or all of them).

## Topics

### Creating the descriptor

[`init(credentialID:transports:)`](/documentation/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor/init(credentialID:transports:))

Creates the object with the credential ID and the array of transports.

[`transports`](/documentation/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor/transports)

The array of transport types.

[`ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor.Transport`](/documentation/AuthenticationServices/ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor/Transport)

A structure that defines the security key credential transport type.



---

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)