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(10)
$core.bool get accessTokenRoleAssertion => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set accessTokenRoleAssertion($core.bool value) => $_setBool(9, value);