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

# ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationState

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

## Declaration

```swift
enum AuthorizationState
```

## Topics

### Passkey access states

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

### Initializers

- [init(rawValue:)](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstate/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Requesting access to passkeys

- [authorizationStateForPlatformCredentials](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/authorizationstateforplatformcredentials.md)
- [requestAuthorizationForPublicKeyCredentials(_:)](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/requestauthorizationforpublickeycredentials(_:).md)
