WebAuthN$json top-level constant

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

Implementation

@$core.Deprecated('Use webAuthNDescriptor instead')
const WebAuthN$json = {
  '1': 'WebAuthN',
  '2': [
    {'1': 'web_auth_n_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'webAuthNId'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'is_verified', '3': 3, '4': 1, '5': 8, '10': 'isVerified'},
    {'1': 'user_verified', '3': 4, '4': 1, '5': 8, '10': 'userVerified'},
  ],
};