Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.08 KB

AppleRealUserStatus.md

File metadata and controls

48 lines (26 loc) · 1.08 KB

Enumeration: AppleRealUserStatus

Table of contents

Enumeration members

Enumeration members

LIKELY_REAL

LIKELY_REAL = 2

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

Defined in

index.d.ts:204


UNKNOWN

UNKNOWN = 1

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

Defined in

index.d.ts:199


UNSUPPORTED

UNSUPPORTED = 0

Not supported on current platform, ignore the value.

Defined in

index.d.ts:191