Class Auth

Namespace: Laravel
Located at auth.php
Methods summary
public static Driver
# driver( string $driver = null )

Get an authentication driver instance.

protected static Driver
# factory( string $driver )

Create a new authentication driver instance.

public static
# extend( string $driver, Closure $resolver )

Register a third-party authentication driver.

public static
# __callStatic( $method, $parameters )

Magic Method for calling the methods on the default cache driver.

Properties summary
public static array $drivers array()
#

The currently active authentication drivers.

public static array $registrar array()
#

The third-party driver registrar.