---
title: authorizedScopes
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationsinglesignoncredential/authorizedscopes
---

# authorizedScopes

The contact information the user authorized your app to access.

## Declaration

```swift
var authorizedScopes: [ASAuthorization.Scope] { get }
```

## See Also

### Identifying a User

- [identityToken](authenticationservices/asauthorizationsinglesignoncredential/identitytoken.md)
- [accessToken](authenticationservices/asauthorizationsinglesignoncredential/accesstoken.md)
- [state](authenticationservices/asauthorizationsinglesignoncredential/state.md)
