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
frommosquito_alert.models.auth_refresh_token_refresh_error_componentimportAuthRefreshTokenRefreshErrorComponent# TODO update the JSON string belowjson="{}"# create an instance of AuthRefreshTokenRefreshErrorComponent from a JSON stringauth_refresh_token_refresh_error_component_instance=AuthRefreshTokenRefreshErrorComponent.from_json(json)
# print the JSON string representation of the objectprint(AuthRefreshTokenRefreshErrorComponent.to_json())
# convert the object into a dictauth_refresh_token_refresh_error_component_dict=auth_refresh_token_refresh_error_component_instance.to_dict()
# create an instance of AuthRefreshTokenRefreshErrorComponent from a dictauth_refresh_token_refresh_error_component_from_dict=AuthRefreshTokenRefreshErrorComponent.from_dict(auth_refresh_token_refresh_error_component_dict)