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.create_user_mfa_verification200_response_one_ofimportCreateUserMfaVerification200ResponseOneOf# TODO update the JSON string belowjson="{}"# create an instance of CreateUserMfaVerification200ResponseOneOf from a JSON stringcreate_user_mfa_verification200_response_one_of_instance=CreateUserMfaVerification200ResponseOneOf.from_json(json)
# print the JSON string representation of the objectprint(CreateUserMfaVerification200ResponseOneOf.to_json())
# convert the object into a dictcreate_user_mfa_verification200_response_one_of_dict=create_user_mfa_verification200_response_one_of_instance.to_dict()
# create an instance of CreateUserMfaVerification200ResponseOneOf from a dictcreate_user_mfa_verification200_response_one_of_from_dict=CreateUserMfaVerification200ResponseOneOf.from_dict(create_user_mfa_verification200_response_one_of_dict)