We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900e0ce commit 30896c6Copy full SHA for 30896c6
src/Envato/Auth/OAuth.php
@@ -15,8 +15,10 @@
15
* Utility for authenticating with the Envato API using OAuth.
16
* @package Herbert\Envato\Auth
17
*
18
- * @property AuthProcedure $auth Authentication token object.
+ * @property AuthProcedure $auth Authentication token object to use when creating a client.
19
* @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.
22
*/
23
class OAuth implements AuthProcedure
24
{
0 commit comments