Add Google authentication
This commit is contained in:
13
vendor/OAuth/OAuth2/Token/StdOAuth2Token.php
vendored
Executable file
13
vendor/OAuth/OAuth2/Token/StdOAuth2Token.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace OAuth\OAuth2\Token;
|
||||
|
||||
use OAuth\Common\Token\AbstractToken;
|
||||
|
||||
/**
|
||||
* Standard OAuth2 token implementation.
|
||||
* Implements OAuth\OAuth2\Token\TokenInterface for any functionality that might not be provided by AbstractToken.
|
||||
*/
|
||||
class StdOAuth2Token extends AbstractToken implements TokenInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user