---
title: ASAuthorizationPasswordRequest
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationpasswordrequest
---

# ASAuthorizationPasswordRequest

An authorization request that uses credentials stored in the keychain.

## Declaration

```swift
class ASAuthorizationPasswordRequest
```

## Relationships

### Inherits From

- [ASAuthorizationRequest](authenticationservices/asauthorizationrequest.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating Requests

- [createRequest()](authenticationservices/asauthorizationpasswordprovider/createrequest().md)
