returnCode property
Get the code back to provide it to the user in your preferred mechanism.
Implementation
@$pb.TagNumber(3)
$4.ReturnWebAuthNRegistrationCode get returnCode => $_getN(2);
Implementation
@$pb.TagNumber(3)
set returnCode($4.ReturnWebAuthNRegistrationCode v) { setField(3, v); }