Avatar

Correct answer by
Employee

The correct syntax is getAuthenticationToken($secret, $name, $userID, $userRole) :

/**

  • get an external authentication token

*/

function getAuthenticationToken($accountSecret, $name, $id, $role) {

View solution in original post