Choose your implementation method:
This function is part of the Auth Interface.
Contact the backend service to verify validity of an existing user auth token.
This function is intended for server-side use only.
See Also
EOS_Auth_CopyUserAuthToken
Parameters
EOS_Auth_VerifyUserAuth
Parameter Type And Name
|
Usage Information
|
EOS_HAuth Handle
|
|
const EOS_Auth_VerifyUserAuthOptions* Options
|
structure containing information about the auth token being verified
|
void* ClientData
|
arbitrary data that is passed back to you in the CompletionDelegate
|
const EOS_Auth_OnVerifyUserAuthCallback CompletionDelegate
|
a callback that is fired when the logout operation completes, either successfully or in error
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the void*
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type EOS_Auth_OnVerifyUserAuthCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Auth_VerifyUserAuth
Callback Parameters
EOS_Auth_OnVerifyUserAuthCallback
This function is part of the Auth Interface.
Contact the backend service to verify validity of an existing user auth token.
This function is intended for server-side use only.
See Also
{CopyUserAuthToken}
Parameters
Auth.AuthInterface.VerifyUserAuth
Parameter Type And Name
|
Usage Information
|
VerifyUserAuthOptions options
|
structure containing information about the auth token being verified
|
object clientData
|
arbitrary data that is passed back to you in the CompletionDelegate
|
OnVerifyUserAuthCallback completionDelegate
|
a callback that is fired when the logout operation completes, either successfully or in error
|
This function is asynchronous; the EOS SDK guarantees that your callback (the CompletionDelegate
parameter) will run when the operation completes, regardless of whether it succeeds or fails. Use the object
parameter to pass any contextual information the callback may need in order to react properly. Relevant information can be copied from the EOS SDK's cache while the callback function is running. You do not need to remove the callback function.
Because this function is asynchronous, it employs a callback of type Auth.OnVerifyUserAuthCallback to report the results of its operation.
Function prototype definition for callbacks passed to {AuthInterface.VerifyUserAuth}
Callback Parameters
Auth.OnVerifyUserAuthCallback
Parameter Type And Name
|
Usage Information
|
VerifyUserAuthCallbackInfo data
|
A EOS_Auth_VerifyUserAuthCallbackInfo containing the output information and result
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no