EOS_Connect_LoginCallbackInfo

EOS API reference page for EOS_Connect_LoginCallbackInfo

1 min to read

This data structure is part of the Connect Interface.

Remarks

Output parameters for the EOS_Connect_Login function.

Properties

EOS_Connect_LoginCallbackInfo

PropertyValue
EOS_EResult ResultCodeThe EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
void* ClientDataContext that was passed into EOS_Connect_Login.
EOS_ProductUserId LocalUserIdIf login was successful, this is the Product User ID of the local player that logged in.
EOS_ContinuanceToken ContinuanceTokenIf 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.