code property

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

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);
  1. @TagNumber.new(3)
set code (AuthenticatorRegistrationCode value)

Implementation

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