code property

  1. @TagNumber.new(2)
AuthenticatorRegistrationCode get code

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

Implementation

@$pb.TagNumber(2)
$6.AuthenticatorRegistrationCode get code => $_getN(1);
  1. @TagNumber.new(2)
set code (AuthenticatorRegistrationCode value)

Implementation

@$pb.TagNumber(2)
set code($6.AuthenticatorRegistrationCode value) => $_setField(2, value);