accessTokenRoleAssertion property

  1. @TagNumber.new(13)
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.

Implementation

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

Implementation

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