EOS_Connect_Login

EOS API reference page for EOS_Connect_Login

2 分で読めます

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 NameUsage Information
EOS_HConnect Handle
const EOS_Connect_LoginOptions* Optionsstructure containing the external account credentials and type to use during the login operation.
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Connect_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_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 NameUsage Information
const EOS_Connect_LoginCallbackInfo* DataA EOS_Connect_LoginCallbackInfo containing the output information and result.