authenticate_with_bearer_token(&login_procedure)click to toggle source
# File lib/openshift/controller/oauth.rb, line 9defauthenticate_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 13defrequest_http_bearer_token_authentication(error, error_description=nil)
OAuth.authentication_request(self, error, error_description)
end