---
title: allowedCredentials
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationpublickeycredentialassertionrequest/allowedcredentials
---

# allowedCredentials

A list of allowed credential descriptors the user attempts to sign in with.

## Declaration

```swift
var allowedCredentials: [any ASAuthorizationPublicKeyCredentialDescriptor] { get set }
```

## See Also

### Getting the properties

- [challenge](authenticationservices/asauthorizationpublickeycredentialassertionrequest/challenge.md)
- [relyingPartyIdentifier](authenticationservices/asauthorizationpublickeycredentialassertionrequest/relyingpartyidentifier.md)
- [userVerificationPreference](authenticationservices/asauthorizationpublickeycredentialassertionrequest/userverificationpreference.md)
