accessTokenRoleAssertion property
If AccessTokenRoleAssertion is enabled, the roles of the user are added to the access token. Ensure that the access token is a JWT token and not a bearer token. And either request the roles by scope or enable the user role assertion on the project.
Implementation
@$pb.TagNumber(13)
$core.bool get accessTokenRoleAssertion => $_getBF(12);
Implementation
@$pb.TagNumber(13)
set accessTokenRoleAssertion($core.bool value) => $_setBool(12, value);