You are here

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");
}