What is the behavior of OkHttp’s `Authenticator` if `authenticate()` returns `null`? Is the request ...
l
What is the behavior of OkHttp’s
Authenticator
if
authenticate()
returns
null
? Is the request canceled or is it executed without changes (i.e. without the
Authorization
header etc.)?