This function is part of the Connect Interface.
Remarks
Login/Authenticate given a valid set of external auth credentials.
Parameters
EOS_Connect_Login
Parameter Type And Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_LoginOptions* Options | structure containing the external account credentials and type to use during the login operation. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_Connect_OnLoginCallback CompletionDelegate | a callback that is fired when the login operation completes, either successfully or in error. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnLoginCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Connect_Login.
Callback Parameters
EOS_Connect_OnLoginCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Connect_LoginCallbackInfo* Data | A EOS_Connect_LoginCallbackInfo containing the output information and result. |