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
frompy_logto.models.api_interaction_bind_mfa_post_request_one_of1_responseimportApiInteractionBindMfaPostRequestOneOf1Response# TODO update the JSON string belowjson="{}"# create an instance of ApiInteractionBindMfaPostRequestOneOf1Response from a JSON stringapi_interaction_bind_mfa_post_request_one_of1_response_instance=ApiInteractionBindMfaPostRequestOneOf1Response.from_json(json)
# print the JSON string representation of the objectprint(ApiInteractionBindMfaPostRequestOneOf1Response.to_json())
# convert the object into a dictapi_interaction_bind_mfa_post_request_one_of1_response_dict=api_interaction_bind_mfa_post_request_one_of1_response_instance.to_dict()
# create an instance of ApiInteractionBindMfaPostRequestOneOf1Response from a dictapi_interaction_bind_mfa_post_request_one_of1_response_from_dict=ApiInteractionBindMfaPostRequestOneOf1Response.from_dict(api_interaction_bind_mfa_post_request_one_of1_response_dict)