scopeMap top-level property

Map<OauthScope, String> scopeMap
getter/setter pair

Implementation

Map<OauthScope, String> scopeMap = {
  OauthScope.identifyAppliance: 'IdentifyAppliance',
  OauthScope.oven: 'Oven',
  OauthScope.ovenMonitor: 'Oven-Monitor',
  OauthScope.ovenControl: 'Oven-Control',
  OauthScope.ovenSettings: 'Oven-Settings',
};