response property

  1. @TagNumber(2)
String response

The response to the challenge. If using Email or Phone, this is the OTP code sent to the user's email or phone

Implementation

@$pb.TagNumber(2)
$core.String get response => $_getSZ(1);
  1. @TagNumber(2)
void response=(String v)

Implementation

@$pb.TagNumber(2)
set response($core.String v) {
  $_setString(1, v);
}