This data structure is part of the Auth Interface.
Output parameters for the EOS_Auth_Login Function.
Properties
EOS_Auth_LoginCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
void* ClientData
|
Context that was passed into EOS_Auth_Login
|
EOS_EpicAccountId LocalUserId
|
The Epic Online Services Account ID of the local user who has logged in
|
const EOS_Auth_PinGrantInfo* PinGrantInfo
|
Optional data returned in the middle of a EOS_LCT_DeviceCode request
|
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.
|
const EOS_Auth_AccountFeatureRestrictedInfo* 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
|
This data structure is part of the Auth Interface.
Output parameters for the EOS_Auth_Login Function.
Properties
Auth.LoginCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_Auth_Login
|
EpicAccountId LocalUserId
|
The Epic Online Services Account ID of the local user who has logged in
|
PinGrantInfo PinGrantInfo
|
Optional data returned in the middle of a EOS_LCT_DeviceCode request
|
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.
|
AccountFeatureRestrictedInfo 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
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no