types-auth0-python 4.8.0.20250404__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. types_auth0_python-4.8.0.20250404/CHANGELOG.md +4 -0
  2. types_auth0_python-4.8.0.20250404/LICENSE +237 -0
  3. types_auth0_python-4.8.0.20250404/MANIFEST.in +1 -0
  4. types_auth0_python-4.8.0.20250404/PKG-INFO +45 -0
  5. types_auth0_python-4.8.0.20250404/README.md +26 -0
  6. types_auth0_python-4.8.0.20250404/auth0-stubs/METADATA.toml +3 -0
  7. types_auth0_python-4.8.0.20250404/auth0-stubs/__init__.pyi +7 -0
  8. types_auth0_python-4.8.0.20250404/auth0-stubs/asyncify.pyi +6 -0
  9. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/__init__.pyi +10 -0
  10. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/async_token_verifier.pyi +27 -0
  11. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/back_channel_login.pyi +4 -0
  12. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/base.pyi +31 -0
  13. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/client_authentication.pyi +13 -0
  14. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/database.pyi +21 -0
  15. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/delegated.pyi +12 -0
  16. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/enterprise.pyi +5 -0
  17. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/get_token.pyi +21 -0
  18. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/passwordless.pyi +5 -0
  19. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/pushed_authorization_requests.pyi +4 -0
  20. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/revoke_token.pyi +4 -0
  21. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/social.pyi +4 -0
  22. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/token_verifier.pyi +29 -0
  23. types_auth0_python-4.8.0.20250404/auth0-stubs/authentication/users.pyi +11 -0
  24. types_auth0_python-4.8.0.20250404/auth0-stubs/exceptions.pyi +14 -0
  25. types_auth0_python-4.8.0.20250404/auth0-stubs/management/__init__.pyi +63 -0
  26. types_auth0_python-4.8.0.20250404/auth0-stubs/management/actions.pyi +64 -0
  27. types_auth0_python-4.8.0.20250404/auth0-stubs/management/async_auth0.pyi +15 -0
  28. types_auth0_python-4.8.0.20250404/auth0-stubs/management/attack_protection.pyi +30 -0
  29. types_auth0_python-4.8.0.20250404/auth0-stubs/management/auth0.pyi +67 -0
  30. types_auth0_python-4.8.0.20250404/auth0-stubs/management/blacklists.pyi +21 -0
  31. types_auth0_python-4.8.0.20250404/auth0-stubs/management/branding.pyi +38 -0
  32. types_auth0_python-4.8.0.20250404/auth0-stubs/management/client_credentials.pyi +26 -0
  33. types_auth0_python-4.8.0.20250404/auth0-stubs/management/client_grants.pyi +60 -0
  34. types_auth0_python-4.8.0.20250404/auth0-stubs/management/clients.pyi +44 -0
  35. types_auth0_python-4.8.0.20250404/auth0-stubs/management/connections.pyi +48 -0
  36. types_auth0_python-4.8.0.20250404/auth0-stubs/management/custom_domains.pyi +28 -0
  37. types_auth0_python-4.8.0.20250404/auth0-stubs/management/device_credentials.pyi +44 -0
  38. types_auth0_python-4.8.0.20250404/auth0-stubs/management/email_templates.pyi +24 -0
  39. types_auth0_python-4.8.0.20250404/auth0-stubs/management/emails.pyi +26 -0
  40. types_auth0_python-4.8.0.20250404/auth0-stubs/management/grants.pyi +34 -0
  41. types_auth0_python-4.8.0.20250404/auth0-stubs/management/guardian.pyi +38 -0
  42. types_auth0_python-4.8.0.20250404/auth0-stubs/management/hooks.pyi +52 -0
  43. types_auth0_python-4.8.0.20250404/auth0-stubs/management/jobs.pyi +42 -0
  44. types_auth0_python-4.8.0.20250404/auth0-stubs/management/log_streams.pyi +29 -0
  45. types_auth0_python-4.8.0.20250404/auth0-stubs/management/logs.pyi +44 -0
  46. types_auth0_python-4.8.0.20250404/auth0-stubs/management/organizations.pyi +134 -0
  47. types_auth0_python-4.8.0.20250404/auth0-stubs/management/prompts.pyi +28 -0
  48. types_auth0_python-4.8.0.20250404/auth0-stubs/management/resource_servers.pyi +28 -0
  49. types_auth0_python-4.8.0.20250404/auth0-stubs/management/roles.pyi +63 -0
  50. types_auth0_python-4.8.0.20250404/auth0-stubs/management/rules.pyi +46 -0
  51. types_auth0_python-4.8.0.20250404/auth0-stubs/management/rules_configs.pyi +24 -0
  52. types_auth0_python-4.8.0.20250404/auth0-stubs/management/stats.pyi +24 -0
  53. types_auth0_python-4.8.0.20250404/auth0-stubs/management/tenants.pyi +22 -0
  54. types_auth0_python-4.8.0.20250404/auth0-stubs/management/tickets.pyi +22 -0
  55. types_auth0_python-4.8.0.20250404/auth0-stubs/management/user_blocks.pyi +26 -0
  56. types_auth0_python-4.8.0.20250404/auth0-stubs/management/users.pyi +117 -0
  57. types_auth0_python-4.8.0.20250404/auth0-stubs/management/users_by_email.pyi +24 -0
  58. types_auth0_python-4.8.0.20250404/auth0-stubs/py.typed +0 -0
  59. types_auth0_python-4.8.0.20250404/auth0-stubs/rest.pyi +48 -0
  60. types_auth0_python-4.8.0.20250404/auth0-stubs/rest_async.pyi +29 -0
  61. types_auth0_python-4.8.0.20250404/auth0-stubs/types.pyi +5 -0
  62. types_auth0_python-4.8.0.20250404/auth0-stubs/utils.pyi +1 -0
  63. types_auth0_python-4.8.0.20250404/pyproject.toml +55 -0
  64. types_auth0_python-4.8.0.20250404/setup.cfg +4 -0
  65. types_auth0_python-4.8.0.20250404/setup.py +4 -0
  66. types_auth0_python-4.8.0.20250404/types_auth0_python.egg-info/PKG-INFO +45 -0
  67. types_auth0_python-4.8.0.20250404/types_auth0_python.egg-info/SOURCES.txt +68 -0
  68. types_auth0_python-4.8.0.20250404/types_auth0_python.egg-info/dependency_links.txt +1 -0
  69. types_auth0_python-4.8.0.20250404/types_auth0_python.egg-info/requires.txt +2 -0
  70. types_auth0_python-4.8.0.20250404/types_auth0_python.egg-info/top_level.txt +1 -0
@@ -0,0 +1,4 @@
1
+ ## 4.8.0.20250404 (2025-04-04)
2
+
3
+ [auth0-python] Add auth0-python stubs (#13716)
4
+
@@ -0,0 +1,237 @@
1
+ The "typeshed" project is licensed under the terms of the Apache license, as
2
+ reproduced below.
3
+
4
+ = = = = =
5
+
6
+ Apache License
7
+ Version 2.0, January 2004
8
+ http://www.apache.org/licenses/
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+ 1. Definitions.
13
+
14
+ "License" shall mean the terms and conditions for use, reproduction,
15
+ and distribution as defined by Sections 1 through 9 of this document.
16
+
17
+ "Licensor" shall mean the copyright owner or entity authorized by
18
+ the copyright owner that is granting the License.
19
+
20
+ "Legal Entity" shall mean the union of the acting entity and all
21
+ other entities that control, are controlled by, or are under common
22
+ control with that entity. For the purposes of this definition,
23
+ "control" means (i) the power, direct or indirect, to cause the
24
+ direction or management of such entity, whether by contract or
25
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
+ outstanding shares, or (iii) beneficial ownership of such entity.
27
+
28
+ "You" (or "Your") shall mean an individual or Legal Entity
29
+ exercising permissions granted by this License.
30
+
31
+ "Source" form shall mean the preferred form for making modifications,
32
+ including but not limited to software source code, documentation
33
+ source, and configuration files.
34
+
35
+ "Object" form shall mean any form resulting from mechanical
36
+ transformation or translation of a Source form, including but
37
+ not limited to compiled object code, generated documentation,
38
+ and conversions to other media types.
39
+
40
+ "Work" shall mean the work of authorship, whether in Source or
41
+ Object form, made available under the License, as indicated by a
42
+ copyright notice that is included in or attached to the work
43
+ (an example is provided in the Appendix below).
44
+
45
+ "Derivative Works" shall mean any work, whether in Source or Object
46
+ form, that is based on (or derived from) the Work and for which the
47
+ editorial revisions, annotations, elaborations, or other modifications
48
+ represent, as a whole, an original work of authorship. For the purposes
49
+ of this License, Derivative Works shall not include works that remain
50
+ separable from, or merely link (or bind by name) to the interfaces of,
51
+ the Work and Derivative Works thereof.
52
+
53
+ "Contribution" shall mean any work of authorship, including
54
+ the original version of the Work and any modifications or additions
55
+ to that Work or Derivative Works thereof, that is intentionally
56
+ submitted to Licensor for inclusion in the Work by the copyright owner
57
+ or by an individual or Legal Entity authorized to submit on behalf of
58
+ the copyright owner. For the purposes of this definition, "submitted"
59
+ means any form of electronic, verbal, or written communication sent
60
+ to the Licensor or its representatives, including but not limited to
61
+ communication on electronic mailing lists, source code control systems,
62
+ and issue tracking systems that are managed by, or on behalf of, the
63
+ Licensor for the purpose of discussing and improving the Work, but
64
+ excluding communication that is conspicuously marked or otherwise
65
+ designated in writing by the copyright owner as "Not a Contribution."
66
+
67
+ "Contributor" shall mean Licensor and any individual or Legal Entity
68
+ on behalf of whom a Contribution has been received by Licensor and
69
+ subsequently incorporated within the Work.
70
+
71
+ 2. Grant of Copyright License. Subject to the terms and conditions of
72
+ this License, each Contributor hereby grants to You a perpetual,
73
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
+ copyright license to reproduce, prepare Derivative Works of,
75
+ publicly display, publicly perform, sublicense, and distribute the
76
+ Work and such Derivative Works in Source or Object form.
77
+
78
+ 3. Grant of Patent License. Subject to the terms and conditions of
79
+ this License, each Contributor hereby grants to You a perpetual,
80
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
81
+ (except as stated in this section) patent license to make, have made,
82
+ use, offer to sell, sell, import, and otherwise transfer the Work,
83
+ where such license applies only to those patent claims licensable
84
+ by such Contributor that are necessarily infringed by their
85
+ Contribution(s) alone or by combination of their Contribution(s)
86
+ with the Work to which such Contribution(s) was submitted. If You
87
+ institute patent litigation against any entity (including a
88
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
89
+ or a Contribution incorporated within the Work constitutes direct
90
+ or contributory patent infringement, then any patent licenses
91
+ granted to You under this License for that Work shall terminate
92
+ as of the date such litigation is filed.
93
+
94
+ 4. Redistribution. You may reproduce and distribute copies of the
95
+ Work or Derivative Works thereof in any medium, with or without
96
+ modifications, and in Source or Object form, provided that You
97
+ meet the following conditions:
98
+
99
+ (a) You must give any other recipients of the Work or
100
+ Derivative Works a copy of this License; and
101
+
102
+ (b) You must cause any modified files to carry prominent notices
103
+ stating that You changed the files; and
104
+
105
+ (c) You must retain, in the Source form of any Derivative Works
106
+ that You distribute, all copyright, patent, trademark, and
107
+ attribution notices from the Source form of the Work,
108
+ excluding those notices that do not pertain to any part of
109
+ the Derivative Works; and
110
+
111
+ (d) If the Work includes a "NOTICE" text file as part of its
112
+ distribution, then any Derivative Works that You distribute must
113
+ include a readable copy of the attribution notices contained
114
+ within such NOTICE file, excluding those notices that do not
115
+ pertain to any part of the Derivative Works, in at least one
116
+ of the following places: within a NOTICE text file distributed
117
+ as part of the Derivative Works; within the Source form or
118
+ documentation, if provided along with the Derivative Works; or,
119
+ within a display generated by the Derivative Works, if and
120
+ wherever such third-party notices normally appear. The contents
121
+ of the NOTICE file are for informational purposes only and
122
+ do not modify the License. You may add Your own attribution
123
+ notices within Derivative Works that You distribute, alongside
124
+ or as an addendum to the NOTICE text from the Work, provided
125
+ that such additional attribution notices cannot be construed
126
+ as modifying the License.
127
+
128
+ You may add Your own copyright statement to Your modifications and
129
+ may provide additional or different license terms and conditions
130
+ for use, reproduction, or distribution of Your modifications, or
131
+ for any such Derivative Works as a whole, provided Your use,
132
+ reproduction, and distribution of the Work otherwise complies with
133
+ the conditions stated in this License.
134
+
135
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
136
+ any Contribution intentionally submitted for inclusion in the Work
137
+ by You to the Licensor shall be under the terms and conditions of
138
+ this License, without any additional terms or conditions.
139
+ Notwithstanding the above, nothing herein shall supersede or modify
140
+ the terms of any separate license agreement you may have executed
141
+ with Licensor regarding such Contributions.
142
+
143
+ 6. Trademarks. This License does not grant permission to use the trade
144
+ names, trademarks, service marks, or product names of the Licensor,
145
+ except as required for reasonable and customary use in describing the
146
+ origin of the Work and reproducing the content of the NOTICE file.
147
+
148
+ 7. Disclaimer of Warranty. Unless required by applicable law or
149
+ agreed to in writing, Licensor provides the Work (and each
150
+ Contributor provides its Contributions) on an "AS IS" BASIS,
151
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152
+ implied, including, without limitation, any warranties or conditions
153
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
154
+ PARTICULAR PURPOSE. You are solely responsible for determining the
155
+ appropriateness of using or redistributing the Work and assume any
156
+ risks associated with Your exercise of permissions under this License.
157
+
158
+ 8. Limitation of Liability. In no event and under no legal theory,
159
+ whether in tort (including negligence), contract, or otherwise,
160
+ unless required by applicable law (such as deliberate and grossly
161
+ negligent acts) or agreed to in writing, shall any Contributor be
162
+ liable to You for damages, including any direct, indirect, special,
163
+ incidental, or consequential damages of any character arising as a
164
+ result of this License or out of the use or inability to use the
165
+ Work (including but not limited to damages for loss of goodwill,
166
+ work stoppage, computer failure or malfunction, or any and all
167
+ other commercial damages or losses), even if such Contributor
168
+ has been advised of the possibility of such damages.
169
+
170
+ 9. Accepting Warranty or Additional Liability. While redistributing
171
+ the Work or Derivative Works thereof, You may choose to offer,
172
+ and charge a fee for, acceptance of support, warranty, indemnity,
173
+ or other liability obligations and/or rights consistent with this
174
+ License. However, in accepting such obligations, You may act only
175
+ on Your own behalf and on Your sole responsibility, not on behalf
176
+ of any other Contributor, and only if You agree to indemnify,
177
+ defend, and hold each Contributor harmless for any liability
178
+ incurred by, or claims asserted against, such Contributor by reason
179
+ of your accepting any such warranty or additional liability.
180
+
181
+ END OF TERMS AND CONDITIONS
182
+
183
+ APPENDIX: How to apply the Apache License to your work.
184
+
185
+ To apply the Apache License to your work, attach the following
186
+ boilerplate notice, with the fields enclosed by brackets "{}"
187
+ replaced with your own identifying information. (Don't include
188
+ the brackets!) The text should be enclosed in the appropriate
189
+ comment syntax for the file format. We also recommend that a
190
+ file or class name and description of purpose be included on the
191
+ same "printed page" as the copyright notice for easier
192
+ identification within third-party archives.
193
+
194
+ Copyright {yyyy} {name of copyright owner}
195
+
196
+ Licensed under the Apache License, Version 2.0 (the "License");
197
+ you may not use this file except in compliance with the License.
198
+ You may obtain a copy of the License at
199
+
200
+ http://www.apache.org/licenses/LICENSE-2.0
201
+
202
+ Unless required by applicable law or agreed to in writing, software
203
+ distributed under the License is distributed on an "AS IS" BASIS,
204
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205
+ See the License for the specific language governing permissions and
206
+ limitations under the License.
207
+
208
+ = = = = =
209
+
210
+ Parts of typeshed are licensed under different licenses (like the MIT
211
+ license), reproduced below.
212
+
213
+ = = = = =
214
+
215
+ The MIT License
216
+
217
+ Copyright (c) 2015 Jukka Lehtosalo and contributors
218
+
219
+ Permission is hereby granted, free of charge, to any person obtaining a
220
+ copy of this software and associated documentation files (the "Software"),
221
+ to deal in the Software without restriction, including without limitation
222
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
223
+ and/or sell copies of the Software, and to permit persons to whom the
224
+ Software is furnished to do so, subject to the following conditions:
225
+
226
+ The above copyright notice and this permission notice shall be included in
227
+ all copies or substantial portions of the Software.
228
+
229
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
230
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
231
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
232
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
233
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
234
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
235
+ DEALINGS IN THE SOFTWARE.
236
+
237
+ = = = = =
@@ -0,0 +1 @@
1
+ include CHANGELOG.md
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: types-auth0-python
3
+ Version: 4.8.0.20250404
4
+ Summary: Typing stubs for auth0-python
5
+ License-Expression: Apache-2.0
6
+ Project-URL: Homepage, https://github.com/python/typeshed
7
+ Project-URL: GitHub, https://github.com/python/typeshed
8
+ Project-URL: Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/auth0-python.md
9
+ Project-URL: Issue tracker, https://github.com/python/typeshed/issues
10
+ Project-URL: Chat, https://gitter.im/python/typing
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Typing :: Stubs Only
13
+ Requires-Python: >=3.9
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+ Requires-Dist: types-requests
17
+ Requires-Dist: cryptography
18
+ Dynamic: license-file
19
+
20
+ ## Typing stubs for auth0-python
21
+
22
+ This is a [PEP 561](https://peps.python.org/pep-0561/)
23
+ type stub package for the [`auth0-python`](https://github.com/auth0/auth0-python) package.
24
+ It can be used by type-checking tools like
25
+ [mypy](https://github.com/python/mypy/),
26
+ [pyright](https://github.com/microsoft/pyright),
27
+ [pytype](https://github.com/google/pytype/),
28
+ [Pyre](https://pyre-check.org/),
29
+ PyCharm, etc. to check code that uses `auth0-python`. This version of
30
+ `types-auth0-python` aims to provide accurate annotations for
31
+ `auth0-python==4.8.*`.
32
+
33
+ This package is part of the [typeshed project](https://github.com/python/typeshed).
34
+ All fixes for types and metadata should be contributed there.
35
+ See [the README](https://github.com/python/typeshed/blob/main/README.md)
36
+ for more details. The source for this package can be found in the
37
+ [`stubs/auth0-python`](https://github.com/python/typeshed/tree/main/stubs/auth0-python)
38
+ directory.
39
+
40
+ This package was tested with
41
+ mypy 1.15.0,
42
+ pyright 1.1.398,
43
+ and pytype 2024.10.11.
44
+ It was generated from typeshed commit
45
+ [`1c17cd429c2f91b0066547deb99c537af3e54d39`](https://github.com/python/typeshed/commit/1c17cd429c2f91b0066547deb99c537af3e54d39).
@@ -0,0 +1,26 @@
1
+ ## Typing stubs for auth0-python
2
+
3
+ This is a [PEP 561](https://peps.python.org/pep-0561/)
4
+ type stub package for the [`auth0-python`](https://github.com/auth0/auth0-python) package.
5
+ It can be used by type-checking tools like
6
+ [mypy](https://github.com/python/mypy/),
7
+ [pyright](https://github.com/microsoft/pyright),
8
+ [pytype](https://github.com/google/pytype/),
9
+ [Pyre](https://pyre-check.org/),
10
+ PyCharm, etc. to check code that uses `auth0-python`. This version of
11
+ `types-auth0-python` aims to provide accurate annotations for
12
+ `auth0-python==4.8.*`.
13
+
14
+ This package is part of the [typeshed project](https://github.com/python/typeshed).
15
+ All fixes for types and metadata should be contributed there.
16
+ See [the README](https://github.com/python/typeshed/blob/main/README.md)
17
+ for more details. The source for this package can be found in the
18
+ [`stubs/auth0-python`](https://github.com/python/typeshed/tree/main/stubs/auth0-python)
19
+ directory.
20
+
21
+ This package was tested with
22
+ mypy 1.15.0,
23
+ pyright 1.1.398,
24
+ and pytype 2024.10.11.
25
+ It was generated from typeshed commit
26
+ [`1c17cd429c2f91b0066547deb99c537af3e54d39`](https://github.com/python/typeshed/commit/1c17cd429c2f91b0066547deb99c537af3e54d39).
@@ -0,0 +1,3 @@
1
+ version = "4.8.*"
2
+ upstream_repository = "https://github.com/auth0/auth0-python"
3
+ requires = ["cryptography", "types-requests"]
@@ -0,0 +1,7 @@
1
+ from auth0.exceptions import (
2
+ Auth0Error as Auth0Error,
3
+ RateLimitError as RateLimitError,
4
+ TokenValidationError as TokenValidationError,
5
+ )
6
+
7
+ __all__ = ("Auth0Error", "RateLimitError", "TokenValidationError")
@@ -0,0 +1,6 @@
1
+ from auth0.authentication import Users as Users
2
+ from auth0.authentication.base import AuthenticationBase as AuthenticationBase
3
+ from auth0.rest import RestClientOptions as RestClientOptions
4
+ from auth0.rest_async import AsyncRestClient as AsyncRestClient
5
+
6
+ def asyncify(cls): ...
@@ -0,0 +1,10 @@
1
+ from .database import Database as Database
2
+ from .delegated import Delegated as Delegated
3
+ from .enterprise import Enterprise as Enterprise
4
+ from .get_token import GetToken as GetToken
5
+ from .passwordless import Passwordless as Passwordless
6
+ from .revoke_token import RevokeToken as RevokeToken
7
+ from .social import Social as Social
8
+ from .users import Users as Users
9
+
10
+ __all__ = ("Database", "Delegated", "Enterprise", "GetToken", "Passwordless", "RevokeToken", "Social", "Users")
@@ -0,0 +1,27 @@
1
+ from _typeshed import Incomplete
2
+
3
+ from .. import TokenValidationError as TokenValidationError
4
+ from ..rest_async import AsyncRestClient as AsyncRestClient
5
+ from .token_verifier import (
6
+ AsymmetricSignatureVerifier as AsymmetricSignatureVerifier,
7
+ JwksFetcher as JwksFetcher,
8
+ TokenVerifier as TokenVerifier,
9
+ )
10
+
11
+ class AsyncAsymmetricSignatureVerifier(AsymmetricSignatureVerifier):
12
+ def __init__(self, jwks_url: str, algorithm: str = "RS256") -> None: ...
13
+ def set_session(self, session) -> None: ...
14
+
15
+ class AsyncJwksFetcher(JwksFetcher):
16
+ def __init__(self, *args, **kwargs) -> None: ...
17
+ def set_session(self, session) -> None: ...
18
+ async def get_key(self, key_id: str): ...
19
+
20
+ class AsyncTokenVerifier(TokenVerifier):
21
+ iss: Incomplete
22
+ aud: Incomplete
23
+ leeway: Incomplete
24
+ def __init__(
25
+ self, signature_verifier: AsyncAsymmetricSignatureVerifier, issuer: str, audience: str, leeway: int = 0
26
+ ) -> None: ...
27
+ def set_session(self, session) -> None: ...
@@ -0,0 +1,4 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class BackChannelLogin(AuthenticationBase):
4
+ def back_channel_login(self, binding_message: str, login_hint: str, scope: str, **kwargs): ...
@@ -0,0 +1,31 @@
1
+ from _typeshed import Incomplete
2
+
3
+ from auth0.rest import RestClient as RestClient, RestClientOptions as RestClientOptions
4
+ from auth0.types import RequestData as RequestData
5
+
6
+ from .client_authentication import add_client_authentication as add_client_authentication
7
+
8
+ UNKNOWN_ERROR: str
9
+
10
+ class AuthenticationBase:
11
+ domain: Incomplete
12
+ client_id: Incomplete
13
+ client_secret: Incomplete
14
+ client_assertion_signing_key: Incomplete
15
+ client_assertion_signing_alg: Incomplete
16
+ protocol: Incomplete
17
+ client: Incomplete
18
+ def __init__(
19
+ self,
20
+ domain: str,
21
+ client_id: str,
22
+ client_secret: str | None = None,
23
+ client_assertion_signing_key: str | None = None,
24
+ client_assertion_signing_alg: str | None = None,
25
+ telemetry: bool = True,
26
+ timeout: float | tuple[float, float] = 5.0,
27
+ protocol: str = "https",
28
+ ) -> None: ...
29
+ def post(self, url: str, data: RequestData | None = None, headers: dict[str, str] | None = None): ...
30
+ def authenticated_post(self, url: str, data: dict[str, Incomplete], headers: dict[str, str] | None = None): ...
31
+ def get(self, url: str, params: dict[str, Incomplete] | None = None, headers: dict[str, str] | None = None): ...
@@ -0,0 +1,13 @@
1
+ from _typeshed import Incomplete
2
+
3
+ def create_client_assertion_jwt(
4
+ domain: str, client_id: str, client_assertion_signing_key: str, client_assertion_signing_alg: str | None
5
+ ) -> str: ...
6
+ def add_client_authentication(
7
+ payload: dict[str, Incomplete],
8
+ domain: str,
9
+ client_id: str,
10
+ client_secret: str | None,
11
+ client_assertion_signing_key: str | None,
12
+ client_assertion_signing_alg: str | None,
13
+ ) -> dict[str, Incomplete]: ...
@@ -0,0 +1,21 @@
1
+ from _typeshed import Incomplete
2
+
3
+ from .base import AuthenticationBase as AuthenticationBase
4
+
5
+ class Database(AuthenticationBase):
6
+ def signup(
7
+ self,
8
+ email: str,
9
+ password: str,
10
+ connection: str,
11
+ username: str | None = None,
12
+ user_metadata: dict[str, Incomplete] | None = None,
13
+ given_name: str | None = None,
14
+ family_name: str | None = None,
15
+ name: str | None = None,
16
+ nickname: str | None = None,
17
+ picture: str | None = None,
18
+ ) -> dict[str, Incomplete]: ...
19
+ def change_password(
20
+ self, email: str, connection: str, password: str | None = None, organization: str | None = None
21
+ ) -> str: ...
@@ -0,0 +1,12 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class Delegated(AuthenticationBase):
4
+ def get_token(
5
+ self,
6
+ target: str,
7
+ api_type: str,
8
+ grant_type: str,
9
+ id_token: str | None = None,
10
+ refresh_token: str | None = None,
11
+ scope: str = "openid",
12
+ ): ...
@@ -0,0 +1,5 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class Enterprise(AuthenticationBase):
4
+ def saml_metadata(self): ...
5
+ def wsfed_metadata(self): ...
@@ -0,0 +1,21 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class GetToken(AuthenticationBase):
4
+ def authorization_code(self, code: str, redirect_uri: str | None, grant_type: str = "authorization_code"): ...
5
+ def authorization_code_pkce(
6
+ self, code_verifier: str, code: str, redirect_uri: str | None, grant_type: str = "authorization_code"
7
+ ): ...
8
+ def client_credentials(self, audience: str, grant_type: str = "client_credentials", organization: str | None = None): ...
9
+ def login(
10
+ self,
11
+ username: str,
12
+ password: str,
13
+ scope: str | None = None,
14
+ realm: str | None = None,
15
+ audience: str | None = None,
16
+ grant_type: str = "http://auth0.com/oauth/grant-type/password-realm",
17
+ forwarded_for: str | None = None,
18
+ ): ...
19
+ def refresh_token(self, refresh_token: str, scope: str = "", grant_type: str = "refresh_token"): ...
20
+ def passwordless_login(self, username: str, otp: str, realm: str, scope: str, audience: str): ...
21
+ def backchannel_login(self, auth_req_id: str, grant_type: str = "urn:openid:params:grant-type:ciba"): ...
@@ -0,0 +1,5 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class Passwordless(AuthenticationBase):
4
+ def email(self, email: str, send: str = "link", auth_params: dict[str, str] | None = None): ...
5
+ def sms(self, phone_number: str): ...
@@ -0,0 +1,4 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class PushedAuthorizationRequests(AuthenticationBase):
4
+ def pushed_authorization_request(self, response_type: str, redirect_uri: str, **kwargs): ...
@@ -0,0 +1,4 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class RevokeToken(AuthenticationBase):
4
+ def revoke_refresh_token(self, token: str): ...
@@ -0,0 +1,4 @@
1
+ from .base import AuthenticationBase as AuthenticationBase
2
+
3
+ class Social(AuthenticationBase):
4
+ def login(self, access_token: str, connection: str, scope: str = "openid"): ...
@@ -0,0 +1,29 @@
1
+ from _typeshed import Incomplete
2
+ from typing import ClassVar
3
+
4
+ from auth0.exceptions import TokenValidationError as TokenValidationError
5
+
6
+ class SignatureVerifier:
7
+ DISABLE_JWT_CHECKS: ClassVar[dict[str, bool]]
8
+ def __init__(self, algorithm: str) -> None: ...
9
+ async def verify_signature(self, token: str) -> dict[str, Incomplete]: ...
10
+
11
+ class SymmetricSignatureVerifier(SignatureVerifier):
12
+ def __init__(self, shared_secret: str, algorithm: str = "HS256") -> None: ...
13
+
14
+ class JwksFetcher:
15
+ CACHE_TTL: ClassVar[int]
16
+ def __init__(self, jwks_url: str, cache_ttl: int = ...) -> None: ...
17
+ def get_key(self, key_id: str): ...
18
+
19
+ class AsymmetricSignatureVerifier(SignatureVerifier):
20
+ def __init__(self, jwks_url: str, algorithm: str = "RS256", cache_ttl: int = ...) -> None: ...
21
+
22
+ class TokenVerifier:
23
+ iss: Incomplete
24
+ aud: Incomplete
25
+ leeway: Incomplete
26
+ def __init__(self, signature_verifier: SignatureVerifier, issuer: str, audience: str, leeway: int = 0) -> None: ...
27
+ def verify(
28
+ self, token: str, nonce: str | None = None, max_age: int | None = None, organization: str | None = None
29
+ ) -> dict[str, Incomplete]: ...
@@ -0,0 +1,11 @@
1
+ from _typeshed import Incomplete
2
+
3
+ from auth0.rest import RestClient as RestClient, RestClientOptions as RestClientOptions
4
+ from auth0.types import TimeoutType as TimeoutType
5
+
6
+ class Users:
7
+ domain: Incomplete
8
+ protocol: Incomplete
9
+ client: Incomplete
10
+ def __init__(self, domain: str, telemetry: bool = True, timeout: TimeoutType = 5.0, protocol: str = "https") -> None: ...
11
+ def userinfo(self, access_token: str) -> dict[str, Incomplete]: ...
@@ -0,0 +1,14 @@
1
+ from _typeshed import Incomplete
2
+
3
+ class Auth0Error(Exception):
4
+ status_code: Incomplete
5
+ error_code: Incomplete
6
+ message: Incomplete
7
+ content: Incomplete
8
+ def __init__(self, status_code: int, error_code: str, message: str, content: Incomplete | None = None) -> None: ...
9
+
10
+ class RateLimitError(Auth0Error):
11
+ reset_at: Incomplete
12
+ def __init__(self, error_code: str, message: str, reset_at: int) -> None: ...
13
+
14
+ class TokenValidationError(Exception): ...
@@ -0,0 +1,63 @@
1
+ from .actions import Actions as Actions
2
+ from .attack_protection import AttackProtection as AttackProtection
3
+ from .auth0 import Auth0 as Auth0
4
+ from .blacklists import Blacklists as Blacklists
5
+ from .branding import Branding as Branding
6
+ from .client_credentials import ClientCredentials as ClientCredentials
7
+ from .client_grants import ClientGrants as ClientGrants
8
+ from .clients import Clients as Clients
9
+ from .connections import Connections as Connections
10
+ from .custom_domains import CustomDomains as CustomDomains
11
+ from .device_credentials import DeviceCredentials as DeviceCredentials
12
+ from .email_templates import EmailTemplates as EmailTemplates
13
+ from .emails import Emails as Emails
14
+ from .grants import Grants as Grants
15
+ from .guardian import Guardian as Guardian
16
+ from .hooks import Hooks as Hooks
17
+ from .jobs import Jobs as Jobs
18
+ from .log_streams import LogStreams as LogStreams
19
+ from .logs import Logs as Logs
20
+ from .organizations import Organizations as Organizations
21
+ from .resource_servers import ResourceServers as ResourceServers
22
+ from .roles import Roles as Roles
23
+ from .rules import Rules as Rules
24
+ from .rules_configs import RulesConfigs as RulesConfigs
25
+ from .stats import Stats as Stats
26
+ from .tenants import Tenants as Tenants
27
+ from .tickets import Tickets as Tickets
28
+ from .user_blocks import UserBlocks as UserBlocks
29
+ from .users import Users as Users
30
+ from .users_by_email import UsersByEmail as UsersByEmail
31
+
32
+ __all__ = (
33
+ "Auth0",
34
+ "Actions",
35
+ "AttackProtection",
36
+ "Blacklists",
37
+ "Branding",
38
+ "ClientCredentials",
39
+ "ClientGrants",
40
+ "Clients",
41
+ "Connections",
42
+ "CustomDomains",
43
+ "DeviceCredentials",
44
+ "EmailTemplates",
45
+ "Emails",
46
+ "Grants",
47
+ "Guardian",
48
+ "Hooks",
49
+ "Jobs",
50
+ "LogStreams",
51
+ "Logs",
52
+ "Organizations",
53
+ "ResourceServers",
54
+ "Roles",
55
+ "RulesConfigs",
56
+ "Rules",
57
+ "Stats",
58
+ "Tenants",
59
+ "Tickets",
60
+ "UserBlocks",
61
+ "UsersByEmail",
62
+ "Users",
63
+ )