Home
last modified time | relevance | path

Searched refs:authorization_header (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/oauth2client/
Dclient.py1818 authorization_header=None, argument
1874 self.authorization_header = authorization_header
2018 if self.authorization_header is not None:
2019 headers['Authorization'] = self.authorization_header
/external/python/oauth2client/tests/
Dtest_client.py1962 authorization_header=auth_header,