class Illuminate / Auth / Events / Validated

Validated

Uses

Properties

public

$guard string

The authentication guard name.

Default: null
public

$user Authenticatable

The user retrieved and validated from the User Provider.

Default: null

Methods

public

__construct ( $guard , $user ) : void

Create a new event instance.

Parameters