Файловый менеджер - Редактировать - /home/lakoyani/lakoyani.com.fj/OAuth.tar
Назад
OAuthErrorException.php 0000777 00000000655 14711055305 0011204 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * Implements properties and methods common to all (non-SPL) Stripe OAuth * exceptions. */ abstract class OAuthErrorException extends \Stripe\Exception\ApiErrorException { protected function constructErrorObject() { if (null === $this->jsonBody) { return null; } return \Stripe\OAuthErrorObject::constructFrom($this->jsonBody); } } InvalidScopeException.php 0000777 00000000276 14711055305 0011531 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * InvalidScopeException is thrown when an invalid scope parameter is provided. */ class InvalidScopeException extends OAuthErrorException { } UnsupportedResponseTypeException.php 0000777 00000000344 14711055305 0014056 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * UnsupportedResponseTypeException is thrown when an unsupported response type * parameter is specified. */ class UnsupportedResponseTypeException extends OAuthErrorException { } InvalidGrantException.php 0000777 00000000607 14711055305 0011531 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * InvalidGrantException is thrown when a specified code doesn't exist, is * expired, has been used, or doesn't belong to you; a refresh token doesn't * exist, or doesn't belong to you; or if an API key's mode (live or test) * doesn't match the mode of a code or refresh token. */ class InvalidGrantException extends OAuthErrorException { } ExceptionInterface.php 0000777 00000000267 14711055305 0011051 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * The base interface for all Stripe OAuth exceptions. */ interface ExceptionInterface extends \Stripe\Exception\ExceptionInterface { } InvalidClientException.php 0000777 00000000532 14711055305 0011671 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * InvalidClientException is thrown when the client_id does not belong to you, * the stripe_user_id does not exist or is not connected to your application, * or the API key mode (live or test mode) does not match the client_id mode. */ class InvalidClientException extends OAuthErrorException { } UnknownOAuthErrorException.php 0000777 00000000523 14711055305 0012556 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * UnknownApiErrorException is thrown when the client library receives an * error from the OAuth API it doesn't know about. Receiving this error usually * means that your client library is outdated and should be upgraded. */ class UnknownOAuthErrorException extends OAuthErrorException { } InvalidRequestException.php 0000777 00000000357 14711055305 0012110 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * InvalidRequestException is thrown when a code, refresh token, or grant * type parameter is not provided, but was required. */ class InvalidRequestException extends OAuthErrorException { } UnsupportedGrantTypeException.php 0000777 00000000333 14711055305 0013331 0 ustar 00 <?php namespace Stripe\Exception\OAuth; /** * UnsupportedGrantTypeException is thrown when an unuspported grant type * parameter is specified. */ class UnsupportedGrantTypeException extends OAuthErrorException { }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка