Version: 2018.1
public bool hasAuthority ;

Description

This returns true if this object is the authoritative version of the object in the distributed network application.

The localPlayerAuthority value on the NetworkIdentity determines how authority is determined. For most objects, authority is held by the server / host. For objects with localPlayerAuthority set, authority is held by the client of that player.