Enumeration: AppleRealUserStatus

November 5, 2025 ยท View on GitHub

@invertase/react-native-apple-authentication


Enumeration: AppleRealUserStatus

Defined in: index.d.ts:192

Enumeration Members

LIKELY_REAL

LIKELY_REAL: 2

Defined in: index.d.ts:209

A hint that there's high confidence that the user is real.


UNKNOWN

UNKNOWN: 1

Defined in: index.d.ts:204

Could not determine the value.

New users in the ecosystem will get this value as well, so you should not blacklist but instead treat these users as any new user through standard email sign up flows


UNSUPPORTED

UNSUPPORTED: 0

Defined in: index.d.ts:196

Not supported on current platform, ignore the value.