golden hour
/home/phakp/public_html/erp/includes/OAuth/OAuth2/Token
⬆️ Go Up
Upload
File/Folder
Size
Actions
StdOAuth2Token.php
314 B
Del
OK
TokenInterface.php
156 B
Del
OK
Edit: StdOAuth2Token.php
<?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 { }
Save