Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
OAuth 1.0 6
»
OAuth.php
»
SimpleOAuthDataStore
function SimpleOAuthDataStore::new_request_token in OAuth 1.0 6
File
./
OAuth.php
, line 713
Class
SimpleOAuthDataStore
Code
function
new_request_token
(
$consumer
) {
/*{{{*/
return
$this
->
new_token
(
$consumer
,
"request"
); }
API Navigation
OAuth 1.0 6
Classes
Functions
Files