@Structure.FieldOrder(value={"ApiVersion","Credentials","ScopeFlags","LoginFlags"})
public class EOS_Auth_LoginOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Auth_LoginOptions.ByReference |
static class |
EOS_Auth_LoginOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_AUTH_LOGIN_API_LATEST. |
EOS_Auth_Credentials.ByReference |
Credentials
Credentials specified for a given login method
|
static int |
EOS_AUTH_LOGIN_API_LATEST
The most recent version of the EOS_Auth_Login API.
|
static long |
EOS_LF_NO_USER_INTERFACE
Specify login to be performed without SDK provided user interface.
|
com.sun.jna.NativeLong |
LoginFlags
Optional flags for the desired login behavior, e.g.
|
EOS_EAuthScopeFlags |
ScopeFlags
Auth scope flags are permissions to request from the user while they are logging in.
|
| Constructor and Description |
|---|
EOS_Auth_LoginOptions() |
EOS_Auth_LoginOptions(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static long EOS_LF_NO_USER_INTERFACE
public static int EOS_AUTH_LOGIN_API_LATEST
public int ApiVersion
EOS_AUTH_LOGIN_API_LATEST.public EOS_Auth_Credentials.ByReference Credentials
public EOS_EAuthScopeFlags ScopeFlags
public com.sun.jna.NativeLong LoginFlags
EOS_LF_NO_USER_INTERFACE. This is a bitwise-or union of the defined flags.