@Structure.FieldOrder(value={"ApiVersion","Id","Token","Type","SystemAuthCredentialsOptions","ExternalType"})
public class EOS_Auth_Credentials
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Auth_Credentials.ByReference |
static class |
EOS_Auth_Credentials.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_AUTH_CREDENTIALS_API_LATEST. |
static int |
EOS_AUTH_CREDENTIALS_API_LATEST
The most recent version of the EOS_Auth_Credentials struct.
|
EOS_EExternalCredentialType |
ExternalType
Type of external login.
|
java.lang.String |
Id
ID of the user logging in, based on EOS_ELoginCredentialType
|
com.sun.jna.Pointer |
SystemAuthCredentialsOptions
This field is for system specific options, if any.
|
java.lang.String |
Token
Credentials or token related to the user logging in
|
EOS_ELoginCredentialType |
Type
Type of login.
|
| Constructor and Description |
|---|
EOS_Auth_Credentials() |
EOS_Auth_Credentials(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 int EOS_AUTH_CREDENTIALS_API_LATEST
public int ApiVersion
EOS_AUTH_CREDENTIALS_API_LATEST.public java.lang.String Id
public java.lang.String Token
public EOS_ELoginCredentialType Type
public com.sun.jna.Pointer SystemAuthCredentialsOptions
If provided, the structure will be located in (System)/eos_(system).h. The structure will be named EOS_(System)_Auth_CredentialsOptions.
EOS_IOS_Auth_CredentialsOptionspublic EOS_EExternalCredentialType ExternalType