This function is part of the Connect Interface.
Remarks
Link a set of external auth credentials with an existing product user on the Epic Online Service.
Parameters
EOS_Connect_LinkAccount
Parameter Type And Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_LinkAccountOptions* Options | structure containing a continuance token from a "user not found" response during Login (always try login first) and a currently logged in user not already associated with this external auth provider. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_Connect_OnLinkAccountCallback CompletionDelegate | a callback that is fired when the link operation completes, either successfully or in error. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnLinkAccountCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Connect_LinkAccount.
Callback Parameters
EOS_Connect_OnLinkAccountCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Connect_LinkAccountCallbackInfo* Data | A EOS_Connect_LinkAccountCallbackInfo containing the output information and result. |