projectRoleAssertion property

  1. @TagNumber.new(7)
bool get projectRoleAssertion

Describes if the roles of the user should be added to the token.

Implementation

@$pb.TagNumber(7)
$core.bool get projectRoleAssertion => $_getBF(6);
  1. @TagNumber.new(7)
set projectRoleAssertion (bool value)

Implementation

@$pb.TagNumber(7)
set projectRoleAssertion($core.bool value) => $_setBool(6, value);