Add Google authentication
This commit is contained in:
10
vendor/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php
vendored
Executable file
10
vendor/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth\OAuth2\Service\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when the state parameter received during the authorization process is invalid.
|
||||
*/
|
||||
class InvalidAuthorizationStateException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user