This function is part of the Auth Interface.
Remarks
Login/Authenticate with user credentials.
Parameters
EOS_Auth_Login
Parameter Type And Name | Usage Information |
---|---|
EOS_HAuth Handle | |
const EOS_Auth_LoginOptions* Options | structure containing the account credentials to use during the login operation |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_Auth_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_Auth_OnLoginCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Auth_Login
Callback Parameters
EOS_Auth_OnLoginCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Auth_LoginCallbackInfo* Data | A EOS_Auth_LoginCallbackInfo containing the output information and result |