Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /workflow /engine /src /ProcessMaker /Services /Google /Authentication.php
| namespace ProcessMaker\Services\Google; | |
| class Authentication | |
| { | |
| /** | |
| * Post Token by user Gmail | |
| * | |
| * @param array $request_data | |
| * | |
| */ | |
| public function postTokenAccountGmail($request_data) | |
| { | |
| $responseToken = array('msg' => \G::LoadTranslation( 'ID_UPGRADE_ENTERPRISE' )); | |
| /*----------------------------------********---------------------------------*/ | |
| return $responseToken; | |
| } | |
| } | |