commit | 924191c7cc6f9aa957f312c2a0873d87799f5ce9 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Feb 15 16:43:23 2017 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 15 16:43:23 2017 -0800 |
tree | ee00deae1d16fcb3a44db41d5241b8f6b1d7d7bd | |
parent | b0c6d195514cf8d515aeaf6d38cf4fcd16cc1204 [diff] [blame] |
Add IAM signer (#108)
diff --git a/google/auth/crypt.py b/google/auth/crypt.py index 1305cc8..05839b4 100644 --- a/google/auth/crypt.py +++ b/google/auth/crypt.py
@@ -182,6 +182,7 @@ def __init__(self, private_key, key_id=None): self._key = private_key self.key_id = key_id + """Optional[str]: The key ID used to identify this private key.""" def sign(self, message): """Signs a message.