sendWithoutRequest
Configures when bearer credentials are sent without waiting for HttpStatusCode.Unauthorized.
By default, bearer authentication sends credentials with every request. Use this predicate to limit preemptive authentication to trusted hosts, paths, or other request properties.
Parameters
block
a predicate that receives an outgoing request and returns true when bearer credentials should be sent with it before receiving a challenge.