WebAuthNAuthenticatorType$json top-level constant

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

Implementation

@$core.Deprecated('Use webAuthNAuthenticatorTypeDescriptor instead')
const WebAuthNAuthenticatorType$json = {
  '1': 'WebAuthNAuthenticatorType',
  '2': [
    {'1': 'WEB_AUTH_N_AUTHENTICATOR_UNSPECIFIED', '2': 0},
    {'1': 'WEB_AUTH_N_AUTHENTICATOR_PLATFORM', '2': 1},
    {'1': 'WEB_AUTH_N_AUTHENTICATOR_CROSS_PLATFORM', '2': 2},
  ],
};