summaryrefslogtreecommitdiff
path: root/json/authentication.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-07-13 11:33:42 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-07-13 11:33:42 +0200
commitae6c5c697782061aaef6480ff989799fc688821b (patch)
tree84e3f966d303bce154fa8b24235b57fc203c6330 /json/authentication.rst
parent53b98022b7c967c529ac2e9242c94d082a68d720 (diff)
downloadpandora-apidoc-ae6c5c697782061aaef6480ff989799fc688821b.tar.gz
pandora-apidoc-ae6c5c697782061aaef6480ff989799fc688821b.tar.bz2
pandora-apidoc-ae6c5c697782061aaef6480ff989799fc688821b.zip
A few more methods added
Diffstat (limited to 'json/authentication.rst')
-rw-r--r--json/authentication.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/authentication.rst b/json/authentication.rst
index a0bf072..0fff225 100644
--- a/json/authentication.rst
+++ b/json/authentication.rst
@@ -5,6 +5,22 @@ Authentication
Authentication is divided into two steps: Partner and user login.
+.. _test-checkLicensing:
+
+Check licensing
+---------------
+
+:Method: test.checkLicensing
+
+Check whether Pandora is available in the connecting client’s country, based on
+geoip database. This is not strictly required since :ref:`auth-partnerLogin`
+enforces this restriction. The request has no parameters.
+
+.. csv-table::
+ :header: Name,Type,Description
+
+ isAllowed,bool,
+
.. _auth-partnerLogin:
Partner login