KeyType$json top-level constant
Implementation
@$core.Deprecated('Use keyTypeDescriptor instead')
const KeyType$json = const {
'1': 'KeyType',
'2': const [
const {'1': 'INVALID_TOKEN_TYPE', '2': 0},
const {'1': 'PRIVATE_KEY', '2': 1},
const {'1': 'PUBLIC_KEY', '2': 2},
const {'1': 'ACCESS_KEY', '2': 3},
],
};