Class EOS_Connect_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_Connect_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Connect_Interface extends com.sun.jna.PointerType
The Connect Interface is used to manage local user permissions and access to backend services through the verification of various forms of credentials. It creates an association between third party providers and an internal mapping that allows Epic Online Services to represent a user agnostically. All Connect Interface calls take a handle of type EOS_HConnect as the first parameter. This handle can be retrieved from a EOS_HPlatform handle by using the EOS_Platform_GetConnectInterface function.
Since:
8/9/2023
See Also: