Skip to main content

EOS_Connect_IdToken_Release

Function EOS_Connect_IdToken_Release 

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

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

@param IdToken The ID token structure to be released.

@see EOS_Connect_IdToken @see EOS_Connect_CopyIdToken