Skip to content

Commit

Permalink
AccessToken - better support for expires
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Apr 28, 2017
1 parent 1352bf5 commit 6aa7f94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AccessTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ public function getToken();
* @return integer|null
*/
public function getUserId();

/**
* @return integer|null
*/
public function getExpires();
}

0 comments on commit 6aa7f94

Please sign in to comment.