dolibarr/htdocs/includes/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php
2024-09-06 20:28:06 +08:00

11 lines
221 B
PHP

<?php
namespace OAuth\OAuth2\Service\Exception;
/**
* Exception thrown when the state parameter received during the authorization process is invalid.
*/
class InvalidAuthorizationStateException extends \Exception
{
}