<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASUserDetectionStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:@E@ASUserDetectionStatus"
  },
  "title" : "ASUserDetectionStatus"
}
-->

# ASUserDetectionStatus

Possible values for the real user indicator.

```
enum ASUserDetectionStatus
```

## Topics

### User Status

[`ASUserDetectionStatus.likelyReal`](/documentation/AuthenticationServices/ASUserDetectionStatus/likelyReal)

The user appears to be a real person.

[`ASUserDetectionStatus.unknown`](/documentation/AuthenticationServices/ASUserDetectionStatus/unknown)

The system hasn’t determined whether the user might be a real person.

[`ASUserDetectionStatus.unsupported`](/documentation/AuthenticationServices/ASUserDetectionStatus/unsupported)

The system can’t determine this user’s status as a real person.



---

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)