Enforce TLS verification at runtime in exchange_code/refresh_token
Add Requests.verify_tls getter to inspect the TLS setting on a
client handle. Oauth.post_token_endpoint now checks verify_tls and
raises Invalid_argument if certificate verification is disabled,
turning a documentation precondition into a runtime enforcement.