getAuthUtils()
Obtains an entry point to the AuthUtils object that contains APIs to handle authentication tokens that are utilized for REST API calls.
To view the APIs in the AuthUtils module, see APIs in the AuthUtils module.
Returns
The AuthUtils object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the AuthUtils object.
PCore.getAuthUtils();
Previous topic getAttachmentUtils() Next topic getBehaviorOverride(theOverride)