Document TLS verification precondition on exchange_code/refresh_token
The library validates URL schemes but delegates TLS to the Requests.t
handle. The docs now state the precondition honestly: the handle must
have certificate verification enabled (the Requests.create default).