WebAuthNVerification$json top-level constant

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

Implementation

@$core.Deprecated('Use webAuthNVerificationDescriptor instead')
const WebAuthNVerification$json = const {
  '1': 'WebAuthNVerification',
  '2': const [
    const {'1': 'public_key_credential', '3': 1, '4': 1, '5': 12, '8': const {}, '10': 'publicKeyCredential'},
    const {'1': 'token_name', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'tokenName'},
  ],
};