---
title: realUserStatus
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationappleidcredential/realuserstatus
---

# realUserStatus

A value that indicates whether the user appears to be a real person.

## Declaration

```swift
var realUserStatus: ASUserDetectionStatus { get }
```

## Discussion

Discussion Use this property’s value as one piece of data when trying to prevent fraud. A value of ASUserDetectionStatus.likelyReal is a hint that the system has a reasonably high confidence that the user is a real person, as opposed to an automated agent, but this isn’t a guarantee.

## See Also

### Detecting User Characteristics

- [ASUserDetectionStatus](authenticationservices/asuserdetectionstatus.md)
