deviceScore property

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

The confidence score of the device, calculated by the wallet provider. A high score means that device is considered trustworthy. A low score means that the device is considered suspicious. Possible values: 1 to 5.

Implementation

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