Parent

Methods

Class/Module Index [+]

Quicksearch

RHC::Rest::WWWAuth

Support three altered authentication behaviors

Attributes

oauth2[R]

Public Class Methods

new() click to toggle source
# File lib/rhc/rest/httpclient.rb, line 47
def initialize
  super
  @oauth2 = OAuth2.new
  @authenticator.unshift(@oauth2)

  deferred = DeferredBasic.new
  @authenticator.map!{ |o| o == @basic_auth ? deferred : o }
  @basic_auth = deferred
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.