Skip to content
Snippets Groups Projects
Commit 08575e47 authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #7909 from nathanielmanistaatgoogle/example-authorization-header-name-v1.0.x

Lower-case example "Authorization" header name in doc string
parents e5a17ec0 79cf53c9
No related branches found
No related tags found
No related merge requests found
...@@ -1078,7 +1078,7 @@ def access_token_call_credentials(access_token): ...@@ -1078,7 +1078,7 @@ def access_token_call_credentials(access_token):
Args: Args:
access_token: A string to place directly in the http request access_token: A string to place directly in the http request
authorization header, ie "Authorization: Bearer <access_token>". authorization header, ie "authorization: Bearer <access_token>".
Returns: Returns:
A CallCredentials. A CallCredentials.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment