two-factor-auth-controller
Get regular token pair after successfully configuring 2FA
Checks 2FA is configured, returning token pair on success.
post/api/auth/2fa/login
Response
OK
Example response
{
"token": "AAB254FF67D..",
"refreshToken": "AAB254FF67D.."
}