Searched refs:creds_file_path (Results 1 – 1 of 1) sorted by relevance
71 def get_refreshed_credential_from_file(self, creds_file_path): argument80 credential = self.get_credential_from_file(creds_file_path)91 def get_credential_from_file(self, creds_file_path): argument101 filename=os.path.abspath(creds_file_path),108 def get_credential_with_auth_flow(self, creds_file_path): argument131 credentials = self.get_refreshed_credential_from_file(creds_file_path)134 filename=os.path.abspath(creds_file_path),