ResponeType$json top-level constant
Implementation
@$core.Deprecated('Use responeTypeDescriptor instead')
const ResponeType$json = const {
'1': 'ResponeType',
'2': const [
const {'1': 'INVALID_RESPONSE', '2': 0},
const {'1': 'CODE_RESPONSE', '2': 1},
const {'1': 'TOKEN_RESPONSE', '2': 2},
const {'1': 'ID_RESPONSE', '2': 3},
],
};