---
title: requestedScopes
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationopenidrequest/requestedscopes
---

# requestedScopes

The contact information to be requested from the user during authentication.

## Declaration

```swift
var requestedScopes: [ASAuthorization.Scope]? { get set }
```

## See Also

### Setting the Scope

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