dolibarr/htdocs/includes/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php

11 lines
221 B
PHP
Raw Permalink Normal View History

2015-10-21 18:23:35 +02:00
<?php
namespace OAuth\OAuth2\Service\Exception;
/**
* Exception thrown when the state parameter received during the authorization process is invalid.
*/
class InvalidAuthorizationStateException extends \Exception
{
}