@dave08 IIRC from Jesse I heard that Authenticator is basically a subset of an interceptor and so you're better off just using an interceptor instead of the authenticator apis since they are limiting. If any of the JW are around I'm sure they can give a better answer. 😄
j
jessewilson
06/04/2020, 12:14 AM
Nope, we'll call your authenticator lots of times
👍 1
😮 1
d
dave08
06/11/2020, 1:50 PM
Why?
j
jessewilson
06/11/2020, 10:03 PM
Because OkHttp doesn’t know whether these calls are correlated and should get the same authentication headers
jessewilson
06/11/2020, 10:03 PM
Maybe /foo and /bar are different things and should be authenticated with different credentials!