---
title: ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.denied
framework: authenticationservices
role: symbol
role_heading: Case
path: authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/denied
---

# ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.denied

Someone forbids the browser app to use passkeys stored in the keychain, and managed by third-party credential manager apps.

## Declaration

```swift
case denied
```

## Mentioned in

Authenticating people by using passkeys in browser apps

## Discussion

Discussion The person can change their decision by navigating to Passkeys Access for Web Browsers, in the Privacy & Security pane in Settings.

## See Also

### Passkey access states

- [ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.authorized](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/authorized.md)
- [ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.notDetermined](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/notdetermined.md)
