1 | <?php |
||
9 | class MockClientStorage extends MockStorage implements ClientInterface |
||
10 | { |
||
11 | /** |
||
12 | * @inheritdoc |
||
13 | */ |
||
14 | public function get($clientId, $clientSecret = null, $redirectUri = null, $grantType = null) |
||
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | public function getBySession(SessionEntity $entity) |
||
40 | } |
||
41 |