firstParty property
First-party caveats are evaluated directly by Celest verifiers.
Implementation
@$pb.TagNumber(3)
FirstPartyCaveat get firstParty => $_getN(2);
Implementation
@$pb.TagNumber(3)
set firstParty(FirstPartyCaveat value) => $_setField(3, value);