GrantType$json top-level constant

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

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},
  ],
};