You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify a one-time password (OTP) value provided for multi-factor authentication (MFA).
@@ -1028,6 +1028,9 @@ def get_session_token_verified(self, device_id, state_token, otp_token=None, all
1028
1028
:param allowed_origin: Required for CORS requests only. Set to the Origin URI from which you are allowed to send a request using CORS.
1029
1029
:type allowed_origin: string
1030
1030
1031
+
:param do_not_notify: When verifying MFA via Protect Push, set this to true to stop additional push notifications being sent to the OneLogin Protect device.
1032
+
:type do_not_notify: bool
1033
+
1031
1034
Returns a session token
1032
1035
:return: return the object if success
1033
1036
:rtype: SessionTokenInfo
@@ -1046,7 +1049,8 @@ def get_session_token_verified(self, device_id, state_token, otp_token=None, all
:param url_endpoint: Specify an url where return the response.
1469
1473
:type url_endpoint: string
1470
1474
1475
+
:param do_not_notify: When verifying MFA via Protect Push, set this to true to stop additional push notifications being sent to the OneLogin Protect device
1476
+
:type do_not_notify: bool
1477
+
1471
1478
Returns a SAMLEndpointResponse object with an encoded SAMLResponse
0 commit comments