Irazasyed\JwtAuthGuard\JwtAuthGuard::getLastAttempted PHP Method

getLastAttempted() public method

Get the last user we attempted to authenticate.
public getLastAttempted ( ) : Illuminate\Contracts\Auth\Authenticatable
return Illuminate\Contracts\Auth\Authenticatable
    public function getLastAttempted()
    {
        return $this->lastAttempted;
    }