---
title: ASAuthorizationAppleIDRequest
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationappleidrequest
---

# ASAuthorizationAppleIDRequest

An OpenID authorization request that relies on the user’s Apple ID.

## Declaration

```swift
class ASAuthorizationAppleIDRequest
```

## Topics

### Setting the User

- [user](authenticationservices/asauthorizationappleidrequest/user.md)

## Relationships

### Inherits From

- [ASAuthorizationOpenIDRequest](authenticationservices/asauthorizationopenidrequest.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/asauthorizationappleidprovider/createrequest().md)
- [ASAuthorizationOpenIDRequest](authenticationservices/asauthorizationopenidrequest.md)
