From 3fbcd8a297f13c3b10f2f31bd83fe360e36dcba5 Mon Sep 17 00:00:00 2001 From: Steffen Brand Date: Mon, 20 Aug 2018 15:22:00 +0200 Subject: [PATCH] Added missing annotations for getJWT and getJWTPublicKey (#29) See: https://developers.gigya.com/display/GD/accounts.getJWT+REST https://developers.gigya.com/display/GD/accounts.getJWTPublicKey+REST --- src/Endpoint/Accounts.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Endpoint/Accounts.php b/src/Endpoint/Accounts.php index e3e301f..9fe90bc 100644 --- a/src/Endpoint/Accounts.php +++ b/src/Endpoint/Accounts.php @@ -89,6 +89,10 @@ * http://developers.gigya.com/display/GD/accounts.unregisterCounters+REST * @method ResponseInterface verifyLogin(array $params = [], array $options = []) @link * http://developers.gigya.com/display/GD/accounts.verifyLogin+REST + * @method ResponseInterface getJWT(array $params = [], array $options = []) @link + * https://developers.gigya.com/display/GD/accounts.getJWT+REST + * @method ResponseInterface getJWTPublicKey(array $params = [], array $options = []) @link + * https://developers.gigya.com/display/GD/accounts.getJWTPublicKey+REST */ class Accounts extends Client {