| 1 | <?php |
||
| 20 | class Controller extends PortApiController |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param \App\Containers\SocialAuthentication\UI\API\Requests\AuthenticateOneRequest $request |
||
| 25 | * @param \App\Containers\SocialAuthentication\Actions\SocialLoginAction $action |
||
| 26 | * |
||
| 27 | * @return \Dingo\Api\Http\Response |
||
| 28 | */ |
||
| 29 | public function apiAuthenticateAll(ApiAuthenticateRequest $request, SocialLoginAction $action, $provider) |
||
| 35 | |||
| 36 | } |
||
| 37 |