Skip to main content

EOS_Auth_IdToken_Release

Function EOS_Auth_IdToken_Release 

Source
pub unsafe extern "C" fn EOS_Auth_IdToken_Release(
    IdToken: *mut EOS_Auth_IdToken,
)
Expand description

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

@param IdToken The ID token structure to be released.

@see EOS_Auth_IdToken @see EOS_Auth_CopyIdToken