We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffe2c9 commit cbaf472Copy full SHA for cbaf472
uid2_client/token_generate_input.py
@@ -36,6 +36,7 @@ def do_not_hash(self):
36
self.need_hash = False
37
return self
38
39
+ # Always use .do_not_generate_tokens_for_opted_out(), which applies policy=1. Support for policy=0 will be removed soon.
40
def do_not_generate_tokens_for_opted_out(self):
41
self.generate_for_opted_out = False
42
0 commit comments