code property

  1. @TagNumber(2)
PasskeyRegistrationCode code

in case the medium was set to return_code, the code will be returned

Implementation

@$pb.TagNumber(2)
$9.PasskeyRegistrationCode get code => $_getN(1);
  1. @TagNumber(2)
void code=(PasskeyRegistrationCode v)

Implementation

@$pb.TagNumber(2)
set code($9.PasskeyRegistrationCode v) { setField(2, v); }