summaryrefslogtreecommitdiff
path: root/json/authentication.rst
diff options
context:
space:
mode:
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