code property

  1. @BuiltValueField(wireName: r'code')
String? code

The code produced by your MFA client. Required if activate is true

Implementation

@BuiltValueField(wireName: r'code')
String? get code;