This function is part of the Auth Interface.
Fetches a user auth token for an Epic Online Services Account ID.
Return Value
EOS_Success if the information is available and passed out in OutUserAuthToken
EOS_InvalidParameters if you pass a null pointer for the out parameter
EOS_NotFound if the auth token is not found or expired.
See Also
EOS_Auth_Token_Release
Parameters
EOS_Auth_CopyUserAuthToken
Parameter Type And Name
|
Usage Information
|
EOS_HAuth Handle
|
|
const EOS_Auth_CopyUserAuthTokenOptions* Options
|
Structure containing the api version of CopyUserAuthToken to use
|
EOS_EpicAccountId LocalUserId
|
The Epic Online Services Account ID of the user being queried
|
EOS_Auth_Token** OutUserAuthToken
|
The auth token for the given user, if it exists and is valid; use EOS_Auth_Token_Release when finished
|
If successful, this function provides data to the caller through an output parameter. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.
This function is part of the Auth Interface.
Fetches a user auth token for an Epic Online Services Account ID.
Return Value
EOS_Success if the information is available and passed out in OutUserAuthToken
EOS_InvalidParameters if you pass a null pointer for the out parameter
EOS_NotFound if the auth token is not found or expired.
See Also
EOS_Auth_Token_Release
Parameters
Auth.AuthInterface.CopyUserAuthToken
Parameter Type And Name
|
Usage Information
|
CopyUserAuthTokenOptions options
|
Structure containing the api version of CopyUserAuthToken to use
|
EpicAccountId localUserId
|
The Epic Online Services Account ID of the user being queried
|
Token outUserAuthToken
|
The auth token for the given user, if it exists and is valid; use EOS_Auth_Token_Release when finished
|
If successful, this function provides data to the caller through an output parameter. The EOS SDK will automatically handle releasing the data when your code no longer holds any reference to it; you do not need to call a "Release" function.
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