Missing "requiresTwoFactorAuth" object #241
Labels
Priority: High
High priority, this ideally needs to be fixed first
Status: Invalid
This is an incorrect/invalid Issue or Pull Request
Type: Bug
There is a **factual incorrectness** in the spec
In the event the account requires 2FA, regardless of method, the CurrentUser object will be replaced with an object similar to
I have only seen this be
totp
andotp
together, oremailOtp
.Given that some of the generated libraries do JSON validation, the absence of this causes an error. (however, you can circumvent this in languages like Javascript)
The text was updated successfully, but these errors were encountered: