Chrisbjr\ApiGuard\Providers\Auth\October::user PHP Method

user() public method

Get the currently authenticated user.
public user ( ) : October\Rain\Auth\Models\User
return October\Rain\Auth\Models\User
    public function user()
    {
        return $this->october->getUser();
    }