PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
laravel
/
socialite
/
src
/
Contracts
<?php namespace Laravel\Socialite\Contracts; interface Factory { /** * Get an OAuth provider implementation. * * @param string $driver * @return \Laravel\Socialite\Contracts\Provider */ public function driver($driver = null); }
[+]
..
[-] Provider.php
[edit]
[-] Factory.php
[edit]
[-] User.php
[edit]