AuthenticateWithBasicAuth
class AuthenticateWithBasicAuth (View source)
Properties
protected Factory | $auth | The guard factory instance. |
Methods
void
static string
using(string|null $guard = null, string|null $field = null)
Specify the guard and field for the middleware.
Details
void
__construct(Factory $auth)
Create a new middleware instance.
static string
using(string|null $guard = null, string|null $field = null)
Specify the guard and field for the middleware.