Skip to content

Commit 30896c6

Browse files
committed
Add missing OAuth property types
1 parent 900e0ce commit 30896c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Envato/Auth/OAuth.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
* Utility for authenticating with the Envato API using OAuth.
1616
* @package Herbert\Envato\Auth
1717
*
18-
* @property AuthProcedure $auth Authentication token object.
18+
* @property AuthProcedure $auth Authentication token object to use when creating a client.
1919
* @property string $session JSON session string which can be stored and loaded back into a Token object for re-use.
20+
* @property int $expires The timestamp at which the access token expires.
21+
* @property string $token The current access token as a string.
2022
*/
2123
class OAuth implements AuthProcedure
2224
{

0 commit comments

Comments
 (0)