Skip to content

Commit

Permalink
Added missing annotations for getJWT and getJWTPublicKey (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbrand authored and Harry Bragg committed Aug 20, 2018
1 parent 9445562 commit 3fbcd8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Endpoint/Accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3fbcd8a

Please sign in to comment.