This data structure is part of the Connect Interface.
Output parameters for the EOS_Connect_Login function.
Properties
EOS_Connect_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_Connect_Login.
|
EOS_ProductUserId LocalUserId
|
If login was succesful, this is the Product User ID of the local player that logged in.
|
EOS_ContinuanceToken ContinuanceToken
|
If the user was not found with credentials passed into EOS_Connect_Login,
this continuance token can be passed to either EOS_Connect_CreateUser
or EOS_Connect_LinkAccount to continue the flow.
|
This data structure is part of the Connect Interface.
Output parameters for the EOS_Connect_Login function.
Properties
Connect.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_Connect_Login.
|
ProductUserId LocalUserId
|
If login was succesful, this is the Product User ID of the local player that logged in.
|
ContinuanceToken ContinuanceToken
|
If the user was not found with credentials passed into EOS_Connect_Login,
this continuance token can be passed to either EOS_Connect_CreateUser
or EOS_Connect_LinkAccount to continue the flow.
|
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