File tree Expand file tree Collapse file tree 2 files changed +3
-34
lines changed Expand file tree Collapse file tree 2 files changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,9 @@ executors:
9
9
python_3_10 :
10
10
docker :
11
11
- image : cimg/python:3.10
12
- python_2_7 :
13
- docker :
14
- - image : cimg/python:2.7
15
12
16
13
jobs :
17
- python_3 :
14
+ build :
18
15
executor : python_3_10
19
16
steps :
20
17
- checkout
@@ -25,21 +22,10 @@ jobs:
25
22
- run : bash <(curl -s https://codecov.io/bash)
26
23
- run : make -C docs html
27
24
28
- python_2 :
29
- executor : python_2_7
30
- steps :
31
- - checkout
32
- - python/install-packages :
33
- pkg-manager : pip-dist
34
- path-args : " .[test]"
35
- - run : coverage run -m unittest discover -s auth0/v3/test -t .
36
- - codecov/upload
37
-
38
25
workflows :
39
26
main :
40
27
jobs :
41
- - python_3
42
- - python_2
28
+ - build
43
29
- ship/python-publish :
44
30
prefix-tag : false
45
31
context :
@@ -50,5 +36,4 @@ workflows:
50
36
only :
51
37
- master
52
38
requires :
53
- - python_3
54
- - python_2
39
+ - build
Original file line number Diff line number Diff line change 1
1
authentication package
2
2
=========================
3
3
4
- authentication.authorize\_ client module
5
- ------------------------------------------
6
-
7
- .. automodule :: auth0.v3.authentication.authorize_client
8
- :members:
9
- :undoc-members:
10
- :show-inheritance:
11
-
12
4
authentication.base module
13
5
-----------------------------
14
6
@@ -49,14 +41,6 @@ authentication.get\_token module
49
41
:undoc-members:
50
42
:show-inheritance:
51
43
52
- authentication.logout module
53
- -------------------------------
54
-
55
- .. automodule :: auth0.v3.authentication.logout
56
- :members:
57
- :undoc-members:
58
- :show-inheritance:
59
-
60
44
authentication.passwordless module
61
45
-------------------------------------
62
46
You can’t perform that action at this time.
0 commit comments