PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
paid-memberships-pro
/
includes
/
lib
/
Stripe
/
lib
/
Error
/
OAuth
<?php namespace Stripe\Error\OAuth; /** * InvalidClient is raised when authentication fails. */ class InvalidClient extends OAuthBase { }
[+]
..
[-] InvalidClient.php
[edit]
[-] InvalidRequest.php
[edit]
[-] UnsupportedResponseType.php
[edit]
[-] UnsupportedGrantType.php
[edit]
[-] InvalidScope.php
[edit]
[-] InvalidGrant.php
[edit]
[-] OAuthBase.php
[edit]