The old implementation required a get_ids method that returned (auth_id, xivo_user_uuid).
The new interface requires a get_metadata method. The base class implementation uses get_ids if it exists in the backend implementation. This piece of code should now be removed.
In wazo-18.02 the interface of a backend changed.
The old implementation required a get_ids method that returned (auth_id, xivo_user_uuid).
The new interface requires a get_metadata method. The base class implementation uses get_ids if it exists in the backend implementation. This piece of code should now be removed.