Method: HTTPClient::OAuth#reset_challenge
- Defined in:
- lib/httpclient/auth.rb
#reset_challenge ⇒ Object
Resets challenge state. Do not send ‘*Authorization’ header until the server sends ‘*Authentication’ again.
684 685 686 |
# File 'lib/httpclient/auth.rb', line 684 def reset_challenge @challengeable.clear end |