code property

  1. @TagNumber(2)
AuthenticatorRegistrationCode get code

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

Implementation

@$pb.TagNumber(2)
$4.AuthenticatorRegistrationCode get code => $_getN(1);
  1. @TagNumber(2)
set code (AuthenticatorRegistrationCode v)

Implementation

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