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 Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_VerifyIdTokenOptions* Options | structure containing information about the ID token to verify. |
void* ClientData | arbitrary data that is passed back to you in the callback. |
const EOS_Connect_OnVerifyIdTokenCallback CompletionDelegate | a 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 Name | Usage Information |
---|---|
const EOS_Connect_VerifyIdTokenCallbackInfo* Data | A EOS_Connect_VerifyIdTokenCallbackInfo containing the output information and result. |