---
title: ASPasskeyCredentialRequestParameters
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/aspasskeycredentialrequestparameters
---

# ASPasskeyCredentialRequestParameters

A class that represents information about a passkey credential request.

## Declaration

```swift
class ASPasskeyCredentialRequestParameters
```

## Overview

Overview The system creates instances of this class to handle active passkey requests, and passes them to your extension by calling prepareCredentialList(for:requestParameters:). Use the properties of the given request parameters object, along with the passkey credential that the person chooses, to construct a passkey credential response that you return to the system using completeAssertionRequest(using:completionHandler:).

## Topics

### Viewing credential request parameters

- [allowedCredentials](authenticationservices/aspasskeycredentialrequestparameters/allowedcredentials.md)
- [clientDataHash](authenticationservices/aspasskeycredentialrequestparameters/clientdatahash.md)
- [relyingPartyIdentifier](authenticationservices/aspasskeycredentialrequestparameters/relyingpartyidentifier.md)
- [userVerificationPreference](authenticationservices/aspasskeycredentialrequestparameters/userverificationpreference.md)

### Working with WebAuthn extensions

- [extensionInput](authenticationservices/aspasskeycredentialrequestparameters/extensioninput-2edlv.md)
- [ASPasskeyAssertionCredentialExtensionInput](authenticationservices/aspasskeyassertioncredentialextensioninput-swift.struct.md)

### Initializers

- [init(coder:)](authenticationservices/aspasskeycredentialrequestparameters/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Selecting a credential

- [prepareCredentialList(for:)](authenticationservices/ascredentialproviderviewcontroller/preparecredentiallist(for:).md)
- [prepareCredentialList(for:requestParameters:)](authenticationservices/ascredentialproviderviewcontroller/preparecredentiallist(for:requestparameters:).md)
- [prepareOneTimeCodeCredentialList(for:)](authenticationservices/ascredentialproviderviewcontroller/prepareonetimecodecredentiallist(for:).md)
- [prepareInterface(forPasskeyRegistration:)](authenticationservices/ascredentialproviderviewcontroller/prepareinterface(forpasskeyregistration:).md)
- [prepareInterfaceToProvideCredential(for:)](authenticationservices/ascredentialproviderviewcontroller/prepareinterfacetoprovidecredential(for:)-68qpo.md)
- [provideCredentialWithoutUserInteraction(for:)](authenticationservices/ascredentialproviderviewcontroller/providecredentialwithoutuserinteraction(for:)-3mo23.md)
- [performWithoutUserInteractionIfPossible(passkeyRegistration:)](authenticationservices/ascredentialproviderviewcontroller/performwithoutuserinteractionifpossible(passkeyregistration:).md)
- [ASCredentialServiceIdentifier](authenticationservices/ascredentialserviceidentifier.md)
- [ASCredentialRequest](authenticationservices/ascredentialrequest.md)
- [ASPasswordCredentialRequest](authenticationservices/aspasswordcredentialrequest.md)
- [ASOneTimeCodeCredentialRequest](authenticationservices/asonetimecodecredentialrequest.md)
- [ASAuthorizationPublicKeyCredentialRegistrationRequest](authenticationservices/asauthorizationpublickeycredentialregistrationrequest.md)
- [ASPasskeyCredentialRequest](authenticationservices/aspasskeycredentialrequest.md)
