8000 Fix docstring to match code · chairy/python-docs-samples@bd3f64c · GitHub
[go: up one dir, main page]

Skip to content

Commit bd3f64c

Browse files
authored
Fix docstring to match code
1 parent 2c835e1 commit bd3f64c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

iap/request_using_private_key.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@ def create_assertion(claim, private_key):
8282

8383

8484
def get_id_token(assertion):
85-
"""Gets an OpenID Connect token for the given private key
85+
"""Gets an OpenID Connect token for the given assertion
8686
8787
Args:
88-
claim: the claim to send to the OAuth2 service
89-
private_key: the service account's private key (in PEM format)
88+
assertion: the claim to send to the OAuth2 service
9089
9190
Returns:
9291
An OpenID connect token to authenticate requests from the service acct

0 commit comments

Comments
 (0)
0