---
title: ASAuthorizationWebBrowserPublicKeyCredentialManager
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager
---

# ASAuthorizationWebBrowserPublicKeyCredentialManager

A class that you use to request access to a person’s passkeys in a web browser, and that reports on the access status.

## Declaration

```swift
class ASAuthorizationWebBrowserPublicKeyCredentialManager
```

## Mentioned in

Authenticating people by using passkeys in browser apps

## Topics

### Creating credential managers

- [init()](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/init().md)

### Requesting access to passkeys

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

### Using passkeys

- [platformCredentials(forRelyingParty:)](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/platformcredentials(forrelyingparty:).md)
- [ASAuthorizationWebBrowserPlatformPublicKeyCredential](authenticationservices/asauthorizationwebbrowserplatformpublickeycredential-swift.struct.md)

### Type Properties

- [isDeviceConfiguredForPasskeys](authenticationservices/asauthorizationwebbrowserpublickeycredentialmanager/isdeviceconfiguredforpasskeys.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Website authorization

- [Authenticating people by using passkeys in browser apps](authenticationservices/authenticating-people-by-using-passkeys-in-browser-apps.md)
