result property

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

The result of the authentication process.

Implementation

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