method property

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

The method used to complete the authentication process. Possible values: sms_OTP, email_OTP.

Implementation

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