Class EOS_EAuthScopeFlags
java.lang.Object
host.anzo.eossdk.jna.runtime.NativeMappedBitMask
host.anzo.eossdk.eos.sdk.auth.enums.EOS_EAuthScopeFlags
- All Implemented Interfaces:
com.sun.jna.NativeMapped
Flags that describe user permissions
- Since:
- 8/5/2023
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPermissions to see your account ID, display name, and languagestatic final intPermissions to see your countrystatic final intPermissions to see email in the response when fetching information for a user.static final intPermissions to see a list of your friends who use this applicationstatic final intPermissions to manage the Epic friends list.static final intstatic final intPermissions to set your online presence and see presence of your friendsFields inherited from class host.anzo.eossdk.jna.runtime.NativeMappedBitMask
bitMask -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) static @NotNull EOS_EAuthScopeFlagsof(int... flags) Methods inherited from class host.anzo.eossdk.jna.runtime.NativeMappedBitMask
hasFlag, nativeType, setFlags, toNative
-
Field Details
-
EOS_AS_NoFlags
public static final int EOS_AS_NoFlags- See Also:
-
EOS_AS_BasicProfile
public static final int EOS_AS_BasicProfilePermissions to see your account ID, display name, and language- See Also:
-
EOS_AS_FriendsList
public static final int EOS_AS_FriendsListPermissions to see a list of your friends who use this application- See Also:
-
EOS_AS_Presence
public static final int EOS_AS_PresencePermissions to set your online presence and see presence of your friends- See Also:
-
EOS_AS_FriendsManagement
public static final int EOS_AS_FriendsManagementPermissions 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.- See Also:
-
EOS_AS_Email
public static final int EOS_AS_EmailPermissions 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.- See Also:
-
EOS_AS_Country
public static final int EOS_AS_CountryPermissions to see your country- See Also:
-
-
Constructor Details
-
EOS_EAuthScopeFlags
public EOS_EAuthScopeFlags()
-
-
Method Details
-
of
-
fromNative
-