<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager/AuthorizationState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Authentication Services",
      "AuthenticationServices"
    ],
    "preciseIdentifier" : "c:@E@ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState"
  },
  "title" : "ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState"
}
-->

# ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState

An enumeration of values that indicate whether the browser app has access to a person’s passkeys.

```
enum AuthorizationState
```

## Topics

### Passkey access states

[`ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.authorized`](/documentation/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager/AuthorizationState/authorized)

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

[`ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.denied`](/documentation/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager/AuthorizationState/denied)

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

[`ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState.notDetermined`](/documentation/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager/AuthorizationState/notDetermined)

The person has yet to choose whether to allow the browser app to access passkeys stored on the keychain, or managed by third-party credential managers.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)