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

# ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.authorized

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

## Declaration

```swift
case authorized
```

## 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.denied](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/denied.md)
- [ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.notDetermined](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/notdetermined.md)
