StartWebAuthNRegistration$json top-level constant

  1. @Deprecated('Use startWebAuthNRegistrationDescriptor instead')
Map<String, Object> const StartWebAuthNRegistration$json

Implementation

@$core.Deprecated('Use startWebAuthNRegistrationDescriptor instead')
const StartWebAuthNRegistration$json = {
  '1': 'StartWebAuthNRegistration',
  '2': [
    {'1': 'domain', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'domain'},
    {
      '1': 'authenticator_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.resources.user.v3alpha.WebAuthNAuthenticatorType',
      '10': 'authenticatorType'
    },
    {
      '1': 'code',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.AuthenticatorRegistrationCode',
      '9': 0,
      '10': 'code',
      '17': true
    },
  ],
  '8': [
    {'1': '_code'},
  ],
};