We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11378e3 commit f940d6cCopy full SHA for f940d6c
1 file changed
README.md
@@ -2747,7 +2747,9 @@ This API is used to validate the triggered MFA authentication flow with the Auth
2747
```py
2748
2749
access_token = "<access_token>" #Required
2750
-multi_factor_auth_model_by_authenticator_code = { } #Required
+multi_factor_auth_model_by_authenticator_code = {
2751
+ "authenticatorCode" : "<authenticatorCode>"
2752
+ } #Required
2753
2754
result = loginradius.re_authentication.mfa_re_authenticate_by_authenticator_code(access_token, multi_factor_auth_model_by_authenticator_code)
2755
```
0 commit comments