AuthFactor$json top-level constant

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

Implementation

@$core.Deprecated('Use authFactorDescriptor instead')
const AuthFactor$json = const {
  '1': 'AuthFactor',
  '2': const [
    const {'1': 'state', '3': 1, '4': 1, '5': 14, '6': '.zitadel.user.v1.AuthFactorState', '8': const {}, '10': 'state'},
    const {'1': 'otp', '3': 2, '4': 1, '5': 11, '6': '.zitadel.user.v1.AuthFactorOTP', '8': const {}, '9': 0, '10': 'otp'},
    const {'1': 'u2f', '3': 3, '4': 1, '5': 11, '6': '.zitadel.user.v1.AuthFactorU2F', '8': const {}, '9': 0, '10': 'u2f'},
  ],
  '8': const [
    const {'1': 'type'},
  ],
};