code property
Optionally provide a one time code generated by ZITADEL. This is required to start the passkey registration without user authentication.
Implementation
@$pb.TagNumber(2)
$4.AuthenticatorRegistrationCode get code => $_getN(1);
Implementation
@$pb.TagNumber(2)
set code($4.AuthenticatorRegistrationCode v) { setField(2, v); }