<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorization/Scope",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Authentication Services",
      "AuthenticationServices"
    ],
    "preciseIdentifier" : "c:@T@ASAuthorizationScope"
  },
  "title" : "ASAuthorization.Scope"
}
-->

# ASAuthorization.Scope

The kinds of contact information that can be requested from the user.

```
struct Scope
```

## Discussion

Use one or more of these values in the [`requestedScopes`](/documentation/AuthenticationServices/ASAuthorizationOpenIDRequest/requestedScopes) array that you configure in an instance of either [`ASAuthorizationAppleIDRequest`](/documentation/AuthenticationServices/ASAuthorizationAppleIDRequest) or [`ASAuthorizationSingleSignOnRequest`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnRequest) to request certain contact information from the user.

Inspect the [`authorizedScopes`](/documentation/AuthenticationServices/ASAuthorizationAppleIDCredential/authorizedScopes) array of an [`ASAuthorizationAppleIDCredential`](/documentation/AuthenticationServices/ASAuthorizationAppleIDCredential) instance, or the (similarly named) [`authorizedScopes`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/authorizedScopes) array of an [`ASAuthorizationSingleSignOnCredential`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential) instance, to see what scopes the user actually authorized. This might differ from the scopes you requested.

## Topics

### Scopes

[`email`](/documentation/AuthenticationServices/ASAuthorization/Scope/email)

A scope that includes the user’s email address.

[`fullName`](/documentation/AuthenticationServices/ASAuthorization/Scope/fullName)

A scope that includes the user’s full name.

### Creating a Scope

[`init(_:)`](/documentation/AuthenticationServices/ASAuthorization/Scope/init(_:))

Creates a scope from the given string.

[`init(rawValue:)`](/documentation/AuthenticationServices/ASAuthorization/Scope/init(rawValue:))

Creates a scope from the given string.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)