You are here

API.txt in Yandex Services Authorization API 7

Same filename and directory in other branches
  1. 8 API.txt
  2. 6 API.txt
------------------------------------------------------------------------------
              Yandex Services Authorization API (API DOCUMENTATION)
------------------------------------------------------------------------------

To get authorization data you may use function:

yandex_services_auth_info($value = 'token')

with parameter:

'token' - default parameter, the function returns auth token. It's used in almost any requests to Yandex services.
'client_id' - the function returns Client ID
'client_secret' - the function returns Client Secret

File

API.txt
View source
  1. ------------------------------------------------------------------------------
  2. Yandex Services Authorization API (API DOCUMENTATION)
  3. ------------------------------------------------------------------------------
  4. To get authorization data you may use function:
  5. yandex_services_auth_info($value = 'token')
  6. with parameter:
  7. 'token' - default parameter, the function returns auth token. It's used in almost any requests to Yandex services.
  8. 'client_id' - the function returns Client ID
  9. 'client_secret' - the function returns Client Secret