class Illuminate / Auth / Events / CurrentDeviceLogout
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

CurrentDeviceLogout

Uses

Properties

public

$guard string

The authentication guard name.

Default: null
public

$user Authenticatable

The authenticated user.

Default: null

Methods

public

__construct ( $guard , $user ) : void

Create a new event instance.

Parameters