Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
eauth.php
1 <?php
2 
3 return array(
4  'Undefined service name: {service}.' => 'Undefined service name: {service}.',
5  'Invalid response http code: {code}.' => 'Invalid response http code: {code}.',
6  'Invalid response format.' => 'Invalid response format.',
7  'Unable to complete the authentication because the required data was not received.' => 'Unable to complete the authentication because the required data was not received.',
8  'Unable to complete the request because the user was not authenticated.' => 'Unable to complete the request because the user was not authenticated.',
9 
10  'Google' => 'Google',
11  'Twitter' => 'Twitter',
12  'Yandex' => 'Yandex',
13  'VK.com' => 'VK.com',
14  'Facebook' => 'Facebook',
15  'Mail.ru' => 'Mail.ru',
16  'Moikrug.ru' => 'Moikrug.ru',
17  'Odnoklassniki' => 'Odnoklassniki',
18 );