EOS_Auth_Login

EOS API reference page for EOS_Auth_Login

2 분 소요

This function is part of the Auth Interface.

Remarks

Login/Authenticate with user credentials.

Parameters

EOS_Auth_Login

Parameter Type And NameUsage Information
EOS_HAuth Handle
const EOS_Auth_LoginOptions* Optionsstructure containing the account credentials to use during the login operation
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Auth_OnLoginCallback CompletionDelegatea 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 NameUsage Information
const EOS_Auth_LoginCallbackInfo* DataA EOS_Auth_LoginCallbackInfo containing the output information and result