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

Skip to content

Commit e53e214

Browse files
committed
Add class docstring to Social
1 parent 8605b07 commit e53e214

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

auth0/v2/authentication/social.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
class Social(AuthenticationBase):
55

6+
"""Social provider's endpoints.
7+
8+
Args:
9+
domain (str): Your auth0 domain (e.g: username.auth0.com)
10+
"""
11+
612
def __init__(self, domain):
713
self.domain = domain
814

0 commit comments

Comments
 (0)