File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121from auth0_server_python .encryption .encrypt import decrypt , encrypt
2222from auth0_server_python .error import (
2323 MfaChallengeError ,
24- MfaDeleteAuthenticatorError ,
2524 MfaEnrollmentError ,
2625 MfaListAuthenticatorsError ,
2726 MfaRequiredError ,
@@ -415,9 +414,10 @@ async def _persist_mfa_tokens(
415414 - 'scope': str (optional) - Scope for token_set
416415 - 'store_options': dict (optional) - Store-specific options
417416 """
418- from auth0_server_python .auth_types import TokenSet , StateData
419417 import time
420418
419+ from auth0_server_python .auth_types import StateData , TokenSet
420+
421421 audience = options .get ("audience" )
422422 scope = options .get ("scope" )
423423 store_options = options .get ("store_options" )
Original file line number Diff line number Diff line change 1616)
1717from auth0_server_python .error import (
1818 MfaChallengeError ,
19- MfaDeleteAuthenticatorError ,
2019 MfaEnrollmentError ,
2120 MfaListAuthenticatorsError ,
2221 MfaRequiredError ,
You can’t perform that action at this time.
0 commit comments