authCode property

  1. @BuiltValueField.new(wireName: r'authCode')
String? get authCode

Authcode of the scheme.

Implementation

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