<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(cs)ASAuthorization"
  },
  "title" : "ASAuthorization"
}
-->

# ASAuthorization

The encapsulation of a successful authorization by a controller.

```
class ASAuthorization
```

## Topics

### Getting the Provider

[`provider`](/documentation/AuthenticationServices/ASAuthorization/provider)

The provider that created the request that resulted in the successful authorization.

### Getting the Credential

[`credential`](/documentation/AuthenticationServices/ASAuthorization/credential)

Information provided about a user after successful authentication.

[`ASAuthorizationCredential`](/documentation/AuthenticationServices/ASAuthorizationCredential)

An interface that all credentials share.

### Characterizing an Authorization

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

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

[`ASAuthorization.OpenIDOperation`](/documentation/AuthenticationServices/ASAuthorization/OpenIDOperation)

The kinds of operations that you can perform with OpenID authentication.



---

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)