Skip to content

Commit

Permalink
add detail on unit of time for access token epxiration (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Rodriguez <[email protected]>
Co-authored-by: Ben Ramsey <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2020
1 parent 58ebed7 commit 25f00da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Token/AccessTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getToken();
public function getRefreshToken();

/**
* Returns the expiration timestamp, if defined.
* Returns the expiration timestamp in seconds, if defined.
*
* @return integer|null
*/
Expand Down

0 comments on commit 25f00da

Please sign in to comment.