We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1175a4 commit e874d9dCopy full SHA for e874d9d
README.md
@@ -88,7 +88,9 @@ For more code samples on how to integrate the auth0-python SDK in your Python ap
88
- Delegated ( `authentication.Delegated` )
89
- Enterprise ( `authentication.Enterprise` )
90
- API Authorization - Get Token ( `authentication.GetToken`)
91
+- BackChannelLogin ( `authentication.BackChannelLogin`)
92
- Passwordless ( `authentication.Passwordless` )
93
+- PushedAuthorizationRequests ( `authentication.PushedAuthorizationRequests` )
94
- RevokeToken ( `authentication.RevokeToken` )
95
- Social ( `authentication.Social` )
96
- Users ( `authentication.Users` )
0 commit comments