tibemsOAuth2_GetTrace
Function
Purpose
Determine whether OAuth 2.0 tracing is enabled.
C Declaration
tibems_bool tibemsOAuth2_GetTrace(void); tibems_bool tibemsOAuth2_GetDebugTrace(void);
IBM Systems
This function is not supported in COBOL, and on z/OS and IBM i systems.
Remarks
Two levels of OAuth 2.0 tracing are available—regular tracing and debug tracing (more detailed).
If tracing is enabled, these calls return TIBEMS_TRUE
.
If tracing is disabled, they return TIBEMS_FALSE.