---
title: ASAuthorizationOpenIDRequest
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationopenidrequest
---

# ASAuthorizationOpenIDRequest

An OpenID authorization request.

## Declaration

```swift
class ASAuthorizationOpenIDRequest
```

## Topics

### Setting the Operation

- [requestedOperation](authenticationservices/asauthorizationopenidrequest/requestedoperation.md)
- [ASAuthorization.OpenIDOperation](authenticationservices/asauthorization/openidoperation.md)

### Setting the Scope

- [requestedScopes](authenticationservices/asauthorizationopenidrequest/requestedscopes.md)
- [ASAuthorization.Scope](authenticationservices/asauthorization/scope.md)

### Setting the State

- [state](authenticationservices/asauthorizationopenidrequest/state.md)

### Setting the Nonce

- [nonce](authenticationservices/asauthorizationopenidrequest/nonce.md)

## Relationships

### Inherits From

- [ASAuthorizationRequest](authenticationservices/asauthorizationrequest.md)

### Inherited By

- [ASAuthorizationAppleIDRequest](authenticationservices/asauthorizationappleidrequest.md)
- [ASAuthorizationSingleSignOnRequest](authenticationservices/asauthorizationsinglesignonrequest.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)
- [ASAuthorizationAppleIDRequest](authenticationservices/asauthorizationappleidrequest.md)
