1 | <?php namespace AdamWathan\EloquentOAuth; |
||
3 | class EloquentIdentityStore implements IdentityStore |
||
4 | { |
||
5 | public function getByProvider($provider, $providerUser) |
||
11 | |||
12 | public function flush($user, $provider) |
||
18 | |||
19 | public function store($identity) |
||
23 | |||
24 | public function userExists($provider, $providerUser) |
||
28 | } |
||
29 |