---
title: ASGeneratePasswordsRequest
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asgeneratepasswordsrequest
---

# ASGeneratePasswordsRequest

## Declaration

```swift
class ASGeneratePasswordsRequest
```

## Topics

### Initializers

- [init(coder:)](authenticationservices/asgeneratepasswordsrequest/init(coder:).md)
- [init(serviceIdentifier:passwordFieldPasswordRules:confirmPasswordFieldPasswordRules:passwordRulesFromQuirks:)](authenticationservices/asgeneratepasswordsrequest/init(serviceidentifier:passwordfieldpasswordrules:confirmpasswordfieldpasswordrules:passwordrulesfromquirks:).md)

### Instance Properties

- [confirmPasswordFieldPasswordRules](authenticationservices/asgeneratepasswordsrequest/confirmpasswordfieldpasswordrules.md)
- [passwordFieldPasswordRules](authenticationservices/asgeneratepasswordsrequest/passwordfieldpasswordrules.md)
- [passwordRulesFromQuirks](authenticationservices/asgeneratepasswordsrequest/passwordrulesfromquirks.md)
- [serviceIdentifier](authenticationservices/asgeneratepasswordsrequest/serviceidentifier.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)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
