getAuthType
This method returns either oauth
or apiKey
.
Request parameters
None.
Return value(s)
This interface returns a single string, either oauth
or apiKey
to indicate what kind of auth is supported by the target CRM.
Reference
let mockCallLog = null;
let mockMessageLog = null;
const { secondsToHoursMinutesSeconds } = require('../../lib/util');
function getAuthType() {