This function is part of the Connect Interface.
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.
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnLinkAccountCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Connect_LinkAccount.
Callback Parameters
EOS_Connect_OnLinkAccountCallback
This function is part of the Connect Interface.
Link a set of external auth credentials with an existing product user on the Epic Online Service.
Parameters
Connect.ConnectInterface.LinkAccount
Parameter Type And Name
|
Usage Information
|
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.
|
object clientData
|
arbitrary data that is passed back to you in the CompletionDelegate.
|
OnLinkAccountCallback completionDelegate
|
a callback that is fired when the link operation completes, either successfully or in error.
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnLinkAccountCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Connect_LinkAccount.
Callback Parameters
Connect.OnLinkAccountCallback
Parameter Type And Name
|
Usage Information
|
LinkAccountCallbackInfo data
|
A EOS_Connect_LinkAccountCallbackInfo containing the output information and result.
|
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