Invalidate Profile Token (QSYINVPT, QsyInvalidatePrfTkn) API


  Required Parameter Group for QSYINVPT:


  Default Public Authority: *USE

  Threadsafe: Yes



  Syntax for QsyInvalidatePrfTkn:
 #include <qsyptkn.h>

 void QsyInvalidatePrfTkn
        (unsigned char  *Profile_token,
         void           *Error_code);

  Service Program: QSYPTKN

  Default Public Authority: *USE

  Threadsafe: Yes

The Invalidate Profile Token (OPM, QSYINVPT; ILE, QsyInvalidatePrfTkn) API invalidates a profile token. The profile token is no longer usable for other profile token APIs except the Remove Profile Token (QSYRMVPT, QsyRemovePrfTkn) API.


Authorities and Locks

API Public Authority
*USE

Required Parameter Group

Profile token
INPUT; CHAR(32)

The profile token to be invalidated.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V4R5

[ Back to top | Security APIs | APIs by category ]