token property

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

A token to pass to the 3DS2 Component to get the fingerprint.

Implementation

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