---
title: authorizationStateForPlatformCredentials
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstateforplatformcredentials
---

# authorizationStateForPlatformCredentials

Returns a value that indicates whether the browser app has access to a person’s passkeys.

## Declaration

```swift
var authorizationStateForPlatformCredentials: ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState { get }
```

## Mentioned in

Authenticating people by using passkeys in browser apps

## See Also

### Requesting access to passkeys

- [requestAuthorizationForPublicKeyCredentials(_:)](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/requestauthorizationforpublickeycredentials(_:).md)
- [ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate.md)
