function OAuthDataStore::fetch_access_token in OAuth 1.0 6
File
- ./
OAuth.php, line 652
Class
Code
function fetch_access_token($token, $consumer) {
/*{{{*/
// return a new access token attached to this consumer
// for the user associated with this token if the request token
// is authorized
// should also invalidate the request token
}