[V3] Multitenancy - HasTenants Contract canAccessTenant() method
I am implementing Multitenancy in a new V3 app. The docs make no mention of the canAccessTenant() method but it is part of the HasTenants Contract with Tenant parameter and a bool return. I assume that is supposed to return whether or not the current user instance belongs to the tenant identified in the parameter? Seems like a reasonable assumption, but I just want to see if someone who knows for sure can confirm this before I submit a PR for the docs on this.