Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbce31b

Browse files
authored
Merge pull request auth0#59 from Annyv2/Update-sdk
Update version
2 parents 03c8132 + b978973 commit cbce31b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+25
-32
lines changed

README.rst

Lines changed: 16 additions & 24 deletions

auth0/.DS_Store

0 Bytes
Binary file not shown.

auth0/v3/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
from .auth0 import Auth0
2-
from .connections import Connections
2+
from .blacklists import Blacklists
3+
from .client_grants import ClientGrants
34
from .clients import Clients
5+
from .connections import Connections
46
from .device_credentials import DeviceCredentials
5-
from .blacklists import Blacklists
67
from .emails import Emails
8+
from .guardian import Guardian
79
from .jobs import Jobs
10+
from .logs import Logs
11+
from .resource_servers import ResourceServers
812
from .rules import Rules
913
from .stats import Stats
10-
from .tickets import Tickets
11-
from .users import Users
1214
from .tenants import Tenants
13-
from .client_grants import ClientGrants
14-
from .guardian import Guardian
15-
from .logs import Logs
16-
from .resource_servers import ResourceServers
15+
from .tickets import Tickets
1716
from .user_blocks import UserBlocks
17+
from .users import Users
18+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

auth0/v3/test/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)