# File lib/openshift/controller/oauth.rb, line 9 def authenticate_with_bearer_token(&login_procedure) OAuth.authenticate(self, &login_procedure) end
# 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