WebAuthNToken$json top-level constant

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

Implementation

@$core.Deprecated('Use webAuthNTokenDescriptor instead')
const WebAuthNToken$json = {
  '1': 'WebAuthNToken',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {
      '1': 'state',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.user.v1.AuthFactorState',
      '8': {},
      '10': 'state'
    },
    {'1': 'name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'name'},
  ],
};