Adldap\Laravel\Traits\AuthenticatesUsers::handleAuthenticatedWithCredentials PHP Method

handleAuthenticatedWithCredentials() protected method

Handle an authenticated LDAP user with their model.
protected handleAuthenticatedWithCredentials ( User $user, Illuminate\Contracts\Auth\Authenticatable $model ) : void
$user Adldap\Models\User
$model Illuminate\Contracts\Auth\Authenticatable
return void
    protected function handleAuthenticatedWithCredentials(User $user, Authenticatable $model)
    {
        Event::fire(new AuthenticatedWithCredentials($user, $model));
    }