requiredChallenges property

List<Challenge>? requiredChallenges
getter/setter pair

A list of specific challenges that must be signed.

For some operations, this will contain a single challenge.

Output only.

Implementation

core.List<Challenge>? requiredChallenges;