lastChallengeType property

String? lastChallengeType
getter/setter pair

Type of the last challenge presented to the user for Universal, POLICY_BASED_CHALLENGE and INVISIBLE keys.

The field is only set when a challenge was presented to the user.

Output only. Possible string values are:

  • "CHALLENGE_TYPE_UNSPECIFIED" : Default unspecified type.
  • "CHALLENGE_TYPE_VISUAL" : A visual challenge.
  • "CHALLENGE_TYPE_AUDIO" : An audio challenge.

Implementation

core.String? lastChallengeType;