Class/Module Index [+]

Quicksearch

OpenShift::Controller::OAuth::ControllerMethods

Public Instance Methods

authenticate_with_bearer_token(&login_procedure) click to toggle source
# File lib/openshift/controller/oauth.rb, line 9
def authenticate_with_bearer_token(&login_procedure)
  OAuth.authenticate(self, &login_procedure)
end
request_http_bearer_token_authentication(error, error_description=nil) click to toggle source
# File lib/openshift/controller/oauth.rb, line 13
def request_http_bearer_token_authentication(error, error_description=nil)
  OAuth.authentication_request(self, error, error_description)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.