Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 4 of 4) sorted by relevance

/test/framework/harnesses/host_controller/tfc/
Dtfc_client.py149 api_name=API_NAME, api_version=API_VERSION, scopes=SCOPES): argument
163 oauth2_service_json, scopes=scopes)
/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab.py105 scopes = ('https://www.googleapis.com/auth/partnerdash', variable in BuildProviderPAB
107 SCOPE = ' '.join(scopes)
116 scopes=SCOPE): argument
135 flow = flow_from_clientsecrets(self.CLIENT_SECRETS, scope=scopes)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py147 args.client_secrets, scopes=self._SCOPE)
150 scopes=self._SCOPE)
/test/framework/harnesses/host_controller/
Dmain.py167 scopes=config_json["tfc_scopes"])