---
title: "ASImportableCredential.passkey(_:)"
framework: authenticationservices
role: symbol
role_heading: Case
path: "authenticationservices/asimportablecredential/passkey(_:)"
---

# ASImportableCredential.passkey(_:)

A passkey credential.

## Declaration

```swift
case passkey(ASImportableCredential.Passkey)
```

## See Also

### Login credential types

- [ASImportableCredential.basicAuthentication(_:)](authenticationservices/asimportablecredential/basicauthentication(_:).md)
- [ASImportableCredential.BasicAuthentication](authenticationservices/asimportablecredential/basicauthentication.md)
- [ASImportableCredential.Passkey](authenticationservices/asimportablecredential/passkey.md)
- [ASImportableCredential.totp(_:)](authenticationservices/asimportablecredential/totp(_:).md)
- [ASImportableCredential.TOTP](authenticationservices/asimportablecredential/totp.md)
