sdkInput property

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

A string that you must pass to the authentication SDK to continue with the registration process.

Implementation

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