projectAccessRequired property
Before a user can be authenticated, it is verified that their affiliated organization has been granted access to this project. Authentication is not permitted for users from unauthorized organizations.
Implementation
@$pb.TagNumber(6)
$core.bool get projectAccessRequired => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set projectAccessRequired($core.bool value) => $_setBool(5, value);