challenges property
The challenges that were requested for the session. The challenges can be used for further checks with the SetSession method.
Implementation
@$pb.TagNumber(3)
$3.Challenges get challenges => $_getN(2);
Implementation
@$pb.TagNumber(3)
set challenges($3.Challenges value) => $_setField(3, value);