Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 920 Bytes

_lib_index_d_.applerealuserstatus.md

File metadata and controls

43 lines (23 loc) · 920 Bytes

Enumeration: AppleRealUserStatus

Index

Enumeration members

Enumeration members

LIKELY_REAL

LIKELY_REAL: = 2

Defined in lib/index.d.ts:199

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


UNKNOWN

UNKNOWN: = 1

Defined in lib/index.d.ts:194

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 lib/index.d.ts:186

Not supported on current platform, ignore the value.