Files
oauth2-server/src/OAuth2/Storage/SessionInterface.php
Daniel Horrigan a3fd22b3dd Changing Case
2013-01-04 14:44:58 -05:00

9 lines
121 B
PHP

<?php
namespace OAuth2\Storage;
interface SessionInterface
{
public function validateAccessToken($access_token);
}