Skip to content

Commit f645bea

Browse files
committed
PR feedback
1 parent b572a2e commit f645bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uid2_client/encryption.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def _encrypt_token(uid2, identity_scope, master_key, site_key, site_id, now, tok
192192

193193

194194
def encrypt(uid2, indentity_scope, keys, keyset_id=None, **kwargs):
195-
""" Encrypt an uid2 into a sharing token
195+
""" Encrypt an UID2 into a sharing token
196196
197197
Args:
198-
uid2: the uid2 to be encrypted
199-
indentity_scope (IdentityScope): If the key will be uid2 or euid2
198+
uid2: the UID2 or EUID to be encrypted
199+
indentity_scope (IdentityScope): indicates whether the output will be for UID2 or EUID
200200
keys (EncryptionKeysCollection): collection of keys to choose from for encryption
201201
keyset_id (int) : An optional keyset id to use for the encryption. Will use default keyset if left blank
202202

0 commit comments

Comments
 (0)