idTokenRoleAssertion property
If IDTokenRoleAssertion is enabled, the roles of the user are added to the id token. Ensure that either the roles are requested by scope or enable the user role assertion on the project.
Implementation
@$pb.TagNumber(11)
$core.bool get idTokenRoleAssertion => $_getBF(10);
Implementation
@$pb.TagNumber(11)
set idTokenRoleAssertion($core.bool value) => $_setBool(10, value);