Add Google authentication
This commit is contained in:
9
vendor/OAuth/OAuth2/Token/TokenInterface.php
vendored
Executable file
9
vendor/OAuth/OAuth2/Token/TokenInterface.php
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth\OAuth2\Token;
|
||||
|
||||
use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
|
||||
|
||||
interface TokenInterface extends BaseTokenInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user