Skip to content

Commit f940d6c

Browse files
author
LoginRadius
committed
Update README.md
1 parent 11378e3 commit f940d6c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,9 @@ This API is used to validate the triggered MFA authentication flow with the Auth
27472747
```py
27482748

27492749
access_token = "<access_token>" #Required
2750-
multi_factor_auth_model_by_authenticator_code = { } #Required
2750+
multi_factor_auth_model_by_authenticator_code = {
2751+
"authenticatorCode" : "<authenticatorCode>"
2752+
} #Required
27512753

27522754
result = loginradius.re_authentication.mfa_re_authenticate_by_authenticator_code(access_token, multi_factor_auth_model_by_authenticator_code)
27532755
```

0 commit comments

Comments
 (0)