You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the auth0 CLI I login to my Auth0 tenant's Management API using the device flow (login through the browser). It seems this cannot be done with the python SDK.
Describe the ideal solution
The GetToken object would have a login_device() method.
Alternatives and current workarounds
I am currently calling into the auth0 binary from my python code, but that adds an external dependency.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
With the auth0 CLI I login to my Auth0 tenant's Management API using the device flow (login through the browser). It seems this cannot be done with the python SDK.
Describe the ideal solution
The
GetToken
object would have alogin_device()
method.Alternatives and current workarounds
I am currently calling into the auth0 binary from my python code, but that adds an external dependency.
Additional context
No response
The text was updated successfully, but these errors were encountered: