GrantType$json top-level constant
Implementation
@$core.Deprecated('Use grantTypeDescriptor instead')
const GrantType$json = const {
'1': 'GrantType',
'2': const [
const {'1': 'INVALID_GRANT', '2': 0},
const {'1': 'AUTH_GRANT', '2': 1},
const {'1': 'REFRESH_GRANT', '2': 2},
],
};