roleKey property
Search for authorizations by the key of the role the user was granted.
Implementation
@$pb.TagNumber(10)
RoleKeyQuery get roleKey => $_getN(9);
Implementation
@$pb.TagNumber(10)
set roleKey(RoleKeyQuery value) => $_setField(10, value);