@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","PinGrantInfo","ContinuanceToken","AccountFeatureRestrictedInfo","SelectedAccountId"})
public class EOS_Auth_LoginCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Auth_LoginCallbackInfo.ByReference |
static class |
EOS_Auth_LoginCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_Auth_AccountFeatureRestrictedInfo.ByReference |
AccountFeatureRestrictedInfo
If the user trying to login is restricted from doing so, the ResultCode of this structure will be EOS_Auth_AccountFeatureRestricted, and AccountFeatureRestrictedInfo will be populated with the data needed to get past the restriction
|
long |
ClientData
Context that was passed into EOS_Auth_Login
|
EOS_ContinuanceToken |
ContinuanceToken
If the user was not found with external auth credentials passed into EOS_Auth_Login, this continuance token can be passed to EOS_Auth_LinkAccount to continue the flow.
|
EOS_EpicAccountId |
LocalUserId
The Epic Account ID of the local user who has logged in
|
EOS_Auth_PinGrantInfo.ByReference |
PinGrantInfo
Optional data returned in the middle of a EOS_LCT_DeviceCode request
|
EOS_EResult |
ResultCode
The EOS_EResult code for the operation.
|
EOS_EpicAccountId |
SelectedAccountId
The Epic Account ID that has been previously selected to be used for the current application.
|
| Constructor and Description |
|---|
EOS_Auth_LoginCallbackInfo() |
EOS_Auth_LoginCallbackInfo(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 EOS_EResult ResultCode
public long ClientData
public EOS_EpicAccountId LocalUserId
public EOS_Auth_PinGrantInfo.ByReference PinGrantInfo
public EOS_ContinuanceToken ContinuanceToken
public EOS_Auth_AccountFeatureRestrictedInfo.ByReference AccountFeatureRestrictedInfo
public EOS_EpicAccountId SelectedAccountId
Note: This ID may be different from LocalUserId if the user has previously merged Epic accounts into the account represented by LocalUserId, and one of the accounts that got merged had game data associated with it for the application.