EOS_Connect_VerifyIdToken

EOS API reference page for EOS_Connect_VerifyIdToken

2 分で読めます

This function is part of the Connect Interface.

Remarks

Verify a given ID token for authenticity and validity.

Parameters

EOS_Connect_VerifyIdToken

Parameter Type And NameUsage Information
EOS_HConnect Handle
const EOS_Connect_VerifyIdTokenOptions* Optionsstructure containing information about the ID token to verify.
void* ClientDataarbitrary data that is passed back to you in the callback.
const EOS_Connect_OnVerifyIdTokenCallback CompletionDelegatea callback that is fired when the operation completes, either successfully or in error.

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Connect_OnVerifyIdTokenCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed into EOS_Connect_VerifyIdToken.

Callback Parameters

EOS_Connect_OnVerifyIdTokenCallback

Parameter Type And NameUsage Information
const EOS_Connect_VerifyIdTokenCallbackInfo* DataA EOS_Connect_VerifyIdTokenCallbackInfo containing the output information and result.