Enum AppleIdUserDetectionStatus
- Namespace
- Uralstech.UMoth.AppleIdSignIn
Wrapper for ASUserDetectionStatus.
public enum AppleIdUserDetectionStatus
Fields
LikelyReal = 2
A hint that we have high confidence that the user is real.
Unknown = 1
We could not determine the value. New users in the ecosystem will get this value as well, so you should not block these users, but instead treat them as any new user through standard email sign up flows.
Unsupported = 0
Not supported on current platform, ignore the value.