Свойство | Type | Description | |
---|---|---|---|
$config | The configuration. | ||
$customCreators | array | The registered custom driver creators. | |
$drivers | array | The array of created "drivers". | |
$initialDrivers | array | The initial drivers. | |
$request | The request instance. |
Méthode | Description | |
---|---|---|
__call ( string $method, array $parameters ) : mixed | Dynamically call the default driver instance. | |
__construct ( array $config, |
SocialiteManager constructor. | |
buildProvider ( string $provider, array $config ) : Overtrue\Socialite\AbstractProvider | Build an OAuth 2 provider instance. | |
config ( |
Set config instance. | |
driver ( string $driver = null ) : mixed | Get a driver instance. | |
extend ( string $driver, Closure $callback ) | Register a custom driver creator Closure. | |
formatConfig ( array $config ) : array | Format the server configuration. | |
getDefaultDriver ( ) : string | Get the default driver name. | |
getDrivers ( ) : array | Get all of the created "drivers". | |
with ( string $driver ) : mixed | Get a driver instance. |
Méthode | Description | |
---|---|---|
callCustomCreator ( string $driver ) : mixed | Call a custom driver creator. | |
createDefaultRequest ( ) : |
Create default request instance. | |
createDriver ( string $driver ) : mixed | Create a new driver instance. |
public __construct ( array $config, |
||
$config | array | |
$request |
public buildProvider ( string $provider, array $config ) : Overtrue\Socialite\AbstractProvider | ||
$provider | string | |
$config | array | |
Résultat | Overtrue\Socialite\AbstractProvider |
protected callCustomCreator ( string $driver ) : mixed | ||
$driver | string | |
Résultat | mixed |
protected createDefaultRequest ( ) : |
||
Résultat |
protected createDriver ( string $driver ) : mixed | ||
$driver | string | |
Résultat | mixed |
public formatConfig ( array $config ) : array | ||
$config | array | |
Résultat | array |
public getDefaultDriver ( ) : string | ||
Résultat | string |
public getDrivers ( ) : array | ||
Résultat | array |
protected Config,Overtrue\Socialite $config | ||
Résultat |
protected array $customCreators | ||
Résultat | array |
protected array $drivers | ||
Résultat | array |
protected array $initialDrivers | ||
Résultat | array |