---
title: ASAuthorizationSingleSignOnCredential
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationsinglesignoncredential
---

# ASAuthorizationSingleSignOnCredential

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

## Declaration

```swift
class ASAuthorizationSingleSignOnCredential
```

## Topics

### Identifying a User

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

### Parsing the Response

- [authenticatedResponse](authenticationservices/asauthorizationsinglesignoncredential/authenticatedresponse.md)

### Initializers

- [init(coder:)](authenticationservices/asauthorizationsinglesignoncredential/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [ASAuthorizationCredential](authenticationservices/asauthorizationcredential.md)
- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Performing enterprise single sign-on

- [ASAuthorizationSingleSignOnProvider](authenticationservices/asauthorizationsinglesignonprovider.md)
- [ASAuthorizationProviderExtensionAuthorizationRequestHandler](authenticationservices/asauthorizationproviderextensionauthorizationrequesthandler.md)
- [ASAuthorizationProviderExtensionAuthorizationResult](authenticationservices/asauthorizationproviderextensionauthorizationresult.md)
- [ASAuthorizationController.RequestOptions](authenticationservices/asauthorizationcontroller/requestoptions.md)
