This function is part of the Connect Interface.
Create an account association with the Epic Online Service as a product user given their external auth credentials.
Parameters
EOS_Connect_CreateUser
Parameter Type And Name
|
Usage Information
|
EOS_HConnect Handle
|
|
const EOS_Connect_CreateUserOptions* Options
|
structure containing a continuance token from a "user not found" response during Login (always try login first).
|
void* ClientData
|
arbitrary data that is passed back to you in the CompletionDelegate.
|
const EOS_Connect_OnCreateUserCallback CompletionDelegate
|
a callback that is fired when the create 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_OnCreateUserCallback to report the results of its operation.
Callback Parameters
EOS_Connect_OnCreateUserCallback
This function is part of the Connect Interface.
Create an account association with the Epic Online Service as a product user given their external auth credentials.
Parameters
Connect.ConnectInterface.CreateUser
Parameter Type And Name
|
Usage Information
|
CreateUserOptions options
|
structure containing a continuance token from a "user not found" response during Login (always try login first).
|
object clientData
|
arbitrary data that is passed back to you in the CompletionDelegate.
|
OnCreateUserCallback completionDelegate
|
a callback that is fired when the create 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 object
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 Connect.OnCreateUserCallback to report the results of its operation.
Callback Parameters
Connect.OnCreateUserCallback
Parameter Type And Name
|
Usage Information
|
CreateUserCallbackInfo data
|
Output parameters for the {ConnectInterface.CreateUser} function.
|
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