EOS_Connect_LinkAccount

EOS API reference page for EOS_Connect_LinkAccount

2 分で読めます

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 NameUsage Information
EOS_HConnect Handle
const EOS_Connect_LinkAccountOptions* Optionsstructure 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* ClientDataarbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Connect_OnLinkAccountCallback CompletionDelegatea 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 NameUsage Information
const EOS_Connect_LinkAccountCallbackInfo* DataA EOS_Connect_LinkAccountCallbackInfo containing the output information and result.