PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
downtown-rest-api
/
inc
/
stripe-php
/
lib
/
Error
/
OAuth
<?php namespace Stripe\Error\OAuth; /** * InvalidRequest is raised when a code, refresh token, or grant type * parameter is not provided, but was required. */ class InvalidRequest extends OAuthBase { }
[+]
..
[-] InvalidRequest.php
[edit]
[-] InvalidClient.php
[edit]
[-] InvalidScope.php
[edit]
[-] InvalidGrant.php
[edit]
[-] UnsupportedGrantType.php
[edit]
[-] OAuthBase.php
[edit]
[-] UnsupportedResponseType.php
[edit]