accessTokenRoleAssertion property

  1. @TagNumber.new(10)
bool get accessTokenRoleAssertion

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. If not set, the access token role assertion will not be changed.

Implementation

@$pb.TagNumber(10)
$core.bool get accessTokenRoleAssertion => $_getBF(9);
  1. @TagNumber.new(10)
set accessTokenRoleAssertion (bool value)

Implementation

@$pb.TagNumber(10)
set accessTokenRoleAssertion($core.bool value) => $_setBool(9, value);