Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Update TrivialOAuthDataStore.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispittman authored Sep 6, 2019
1 parent 797f653 commit 9eac018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TrivialOAuthDataStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ function lookup_nonce($consumer, $token, $nonce, $timestamp) {
return NULL;
}

function new_request_token($consumer) {
function new_request_token($consumer, $callback=NULL) {
return NULL;
}

function new_access_token($token, $consumer) {
function new_access_token($token, $consumer, $verifier=NULL) {
return NULL;
}
}

0 comments on commit 9eac018

Please sign in to comment.