Expose mfa_token
in the Auth0Error
class
#315
Labels
enhancement
An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature
Describe the problem
The
Auth0Error
class handles themfa_required
error but does not have a way for the client to access themfa_token
field in the response body.What was the expected behavior?
Add a way to access the underlying
content
parameter for theAuth0Error
class or another method that allows accessing themfa_token
field.Reproduction
Environment
The text was updated successfully, but these errors were encountered: