Class EOS_Auth_Interface

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

public class EOS_Auth_Interface extends com.sun.jna.PointerType
The Auth Interface is used to manage local user permissions and access to backend services through the verification of various forms of credentials. All Auth Interface calls take a handle of type EOS_HAuth as the first parameter. This handle can be retrieved from an EOS_HPlatform handle by using the EOS_Platform_GetAuthInterface function.
Since:
8/9/2023
See Also: