<!--
{
  "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

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

The user appears to be a real person.

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

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

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

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

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

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)