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(3)
AuthenticatorRegistrationCode get code => $_getN(2);
Implementation
@$pb.TagNumber(3)
set code(AuthenticatorRegistrationCode value) => $_setField(3, value);