<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(cs)ASAuthorizationSingleSignOnCredential"
  },
  "title" : "ASAuthorizationSingleSignOnCredential"
}
-->

# ASAuthorizationSingleSignOnCredential

A credential that results from a successful single sign-on (SSO) authentication.

```
class ASAuthorizationSingleSignOnCredential
```

## Topics

### Obtaining Keys

[`privateKeys`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/privateKeys)

An array of private keys.

### Identifying a User

[`identityToken`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/identityToken)

A JSON Web Token (JWT) that securely communicates information about the user to your app.

[`accessToken`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/accessToken)

An access token used to get an identity token.

[`state`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/state)

An arbitrary string that your app provided to the request that generated this credential.

[`authorizedScopes`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/authorizedScopes)

The contact information the user authorized your app to access.

### Parsing the Response

[`authenticatedResponse`](/documentation/AuthenticationServices/ASAuthorizationSingleSignOnCredential/authenticatedResponse)

The complete response authentication, including technology-specific values.



---

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)