So in order to use digest authentication with OkHTTP I need to use the digest plugin or implement myself so naturally I am using the plugin. However the example usage on the repositories readme is for the previous version of OkHTTP and I cannot use the same code to implement it in version 3. I have tried to look at some of their tests (which use OkHTTP 3) to see how the code works but I am just not sure.
So how can I use this http digest plugin with the most recent version of OkHttp?