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
fromokta.models.authenticator_method_totp_all_of_settingsimportAuthenticatorMethodTotpAllOfSettings# TODO update the JSON string belowjson="{}"# create an instance of AuthenticatorMethodTotpAllOfSettings from a JSON stringauthenticator_method_totp_all_of_settings_instance=AuthenticatorMethodTotpAllOfSettings.from_json(json)
# print the JSON string representation of the objectprint(AuthenticatorMethodTotpAllOfSettings.to_json())
# convert the object into a dictauthenticator_method_totp_all_of_settings_dict=authenticator_method_totp_all_of_settings_instance.to_dict()
# create an instance of AuthenticatorMethodTotpAllOfSettings from a dictauthenticator_method_totp_all_of_settings_from_dict=AuthenticatorMethodTotpAllOfSettings.from_dict(authenticator_method_totp_all_of_settings_dict)