DeviceAuthMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceAuthMessageDescriptor instead')
const DeviceAuthMessage$json = const {
  '1': 'DeviceAuthMessage',
  '2': const [
    const {
      '1': 'challenge',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.extensions.api.cast_channel.AuthChallenge',
      '10': 'challenge'
    },
    const {
      '1': 'response',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.extensions.api.cast_channel.AuthResponse',
      '10': 'response'
    },
    const {
      '1': 'error',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.extensions.api.cast_channel.AuthError',
      '10': 'error'
    },
  ],
};