This enumerated type is part of the Auth Interface. Its members are bitwise flags, and it supports the AND, OR, and NOT bitwise operators, both as unary expressions and assignment operators.
Remarks
Flags that describe user permissions
Values
EOS_EAuthScopeFlags
Enumerated Value | Meaning |
---|---|
EOS_AS_NoFlags | Flags that describe user permissions |
EOS_AS_BasicProfile | Permissions to see your account ID, display name, and language |
EOS_AS_FriendsList | Permissions to see a list of your friends who use this application |
EOS_AS_Presence | Permissions to set your online presence and see presence of your friends |
EOS_AS_FriendsManagement | Permissions to manage the Epic friends list. This scope is restricted to Epic first party products, and attempting to use it will result in authentication failures. |
EOS_AS_Email | Permissions to see email in the response when fetching information for a user. This scope is restricted to Epic first party products, and attempting to use it will result in authentication failures. |
EOS_AS_Country | Permissions to see your country |