Skip to main content

EOS_Auth_Token_Release

Function EOS_Auth_Token_Release 

Source
pub unsafe extern "C" fn EOS_Auth_Token_Release(
    AuthToken: *mut EOS_Auth_Token,
)
Expand description

Release the memory associated with an EOS_Auth_Token structure. This must be called on data retrieved from EOS_Auth_CopyUserAuthToken.

@param AuthToken The auth token structure to be released.

@see EOS_Auth_Token @see EOS_Auth_CopyUserAuthToken