PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
socialite
/
src
/
Two
<?php namespace Laravel\Socialite\Two; interface ProviderInterface { /** * Redirect the user to the authentication page for the provider. * * @return \Symfony\Component\HttpFoundation\RedirectResponse */ public function redirect(); /** * Get the User instance for the authenticated user. * * @return \Laravel\Socialite\Two\User */ public function user(); }
[-] ProviderInterface.php
[edit]
[+]
..
[-] BitbucketProvider.php
[edit]
[-] AbstractProvider.php
[edit]
[-] GithubProvider.php
[edit]
[-] TwitterProvider.php
[edit]
[-] InvalidStateException.php
[edit]
[-] GoogleProvider.php
[edit]
[-] FacebookProvider.php
[edit]
[-] LinkedInProvider.php
[edit]
[-] User.php
[edit]
[-] GitlabProvider.php
[edit]