Factory
interface Factory
Methods
guard(UnitEnum|string|null $name = null)
Get a guard instance by name.
string
getDefaultDriver()
Get the default authentication driver name.
void
shouldUse(UnitEnum|string|null $name)
Set the default guard the factory should serve.
Details
at line 14
Guard|StatefulGuard
guard(UnitEnum|string|null $name = null)
Get a guard instance by name.
at line 19
string
getDefaultDriver()
Get the default authentication driver name.
at line 24
void
shouldUse(UnitEnum|string|null $name)
Set the default guard the factory should serve.