challenge property

  1. @BuiltValueField.new(wireName: r'challenge')
ChallengeInfo? get challenge

Information about Strong Customer Authentication (SCA). Returned when type is challenge.

Implementation

@BuiltValueField(wireName: r'challenge')
ChallengeInfo? get challenge;