ScopeType$json top-level constant

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

Implementation

@$core.Deprecated('Use scopeTypeDescriptor instead')
const ScopeType$json = const {
  '1': 'ScopeType',
  '2': const [
    const {'1': 'INVALID_SCOPE', '2': 0},
    const {'1': 'USER_IDENTITY', '2': 1},
    const {'1': 'USER_DETAILS', '2': 2},
    const {'1': 'OFFLINE_ACCESS', '2': 3},
  ],
};