Enum AppleIdScope
- Namespace
- Uralstech.UMoth.AppleIdSignIn
The kinds of contact information that can be requested from the user.
[Flags]
public enum AppleIdScope
Fields
Email = 2
A scope that includes the user's full name.
FullName = 1
A scope that includes the user's email address.
None = 0
No scopes have been authorized.