<@U6P03BM0W> IIRC from Jesse I heard that Authenti...
# squarelibraries
c
@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
Nope, we'll call your authenticator lots of times
👍 1
😮 1
d
Why?
j
Because OkHttp doesn’t know whether these calls are correlated and should get the same authentication headers
Maybe /foo and /bar are different things and should be authenticated with different credentials!
👍 1