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

# 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.

## Declaration

```swift
case notDetermined
```

## Mentioned in

Authenticating people by using passkeys in browser apps

## See Also

### Passkey access states

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