| 1 | <?php |
||
| 10 | class ClientStorageMock extends AbstractStorage implements ClientInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * {@InheritDoc} |
||
| 14 | */ |
||
| 15 | public function get($clientId, $clientSecret = null, $redirectUri = null, $grantType = null) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@InheritDoc} |
||
| 31 | */ |
||
| 32 | public function getBySession(SessionEntity $session) |
||
| 36 | } |
||
| 37 |