From ae6c5c697782061aaef6480ff989799fc688821b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 13 Jul 2014 11:33:42 +0200 Subject: A few more methods added --- json/authentication.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'json/authentication.rst') 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 -- cgit v1.2.3