Skip to content

Commit 6e9c9a6

Browse files
chore: Add AsyncTokenProvider and TokenProvider to __all__ exports
1 parent 4894603 commit 6e9c9a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/auth0/management/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,6 +5547,7 @@ def __dir__():
55475547
"AsyncApprovalNotificationsChannelsEnum",
55485548
"AsyncAuth0",
55495549
"AsyncManagementClient",
5550+
"AsyncTokenProvider",
55505551
"AttackProtectionCaptchaArkoseResponseContent",
55515552
"AttackProtectionCaptchaAuthChallengeRequest",
55525553
"AttackProtectionCaptchaAuthChallengeResponseContent",
@@ -7982,6 +7983,7 @@ def __dir__():
79827983
"TestEventDataContent",
79837984
"TokenExchangeProfileResponseContent",
79847985
"TokenExchangeProfileTypeEnum",
7986+
"TokenProvider",
79857987
"TokenQuota",
79867988
"TokenQuotaClientCredentials",
79877989
"TokenQuotaConfiguration",

0 commit comments

Comments
 (0)