---
title: ASAuthorizationAppleIDCredential
framework: authenticationservices
role: symbol
role_heading: Class
path: authenticationservices/asauthorizationappleidcredential
---

# ASAuthorizationAppleIDCredential

A credential that results from a successful Apple ID authentication.

## Declaration

```swift
class ASAuthorizationAppleIDCredential
```

## Topics

### Identifying a User

- [identityToken](authenticationservices/asauthorizationappleidcredential/identitytoken.md)
- [authorizationCode](authenticationservices/asauthorizationappleidcredential/authorizationcode.md)
- [state](authenticationservices/asauthorizationappleidcredential/state.md)
- [user](authenticationservices/asauthorizationappleidcredential/user.md)

### Getting Contact Information

- [authorizedScopes](authenticationservices/asauthorizationappleidcredential/authorizedscopes.md)
- [fullName](authenticationservices/asauthorizationappleidcredential/fullname.md)
- [email](authenticationservices/asauthorizationappleidcredential/email.md)

### Detecting User Characteristics

- [realUserStatus](authenticationservices/asauthorizationappleidcredential/realuserstatus.md)
- [ASUserDetectionStatus](authenticationservices/asuserdetectionstatus.md)

### Instance Properties

- [userAgeRange](authenticationservices/asauthorizationappleidcredential/useragerange.md)

### Initializers

- [init(coder:)](authenticationservices/asauthorizationappleidcredential/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

### Sign In with Apple

- [Implementing User Authentication with Sign in with Apple](authenticationservices/implementing-user-authentication-with-sign-in-with-apple.md)
- [Simplifying User Authentication in a tvOS App](authenticationservices/simplifying-user-authentication-in-a-tvos-app.md)
- [SignInWithAppleButton](authenticationservices/signinwithapplebutton.md)
- [Sign in with Apple Entitlement](bundleresources/entitlements/com.apple.developer.applesignin.md)
- [ASAuthorizationAppleIDProvider](authenticationservices/asauthorizationappleidprovider.md)
