Skip to content

Commit

Permalink
Add missing OAuth property types
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyherbert committed Apr 4, 2020
1 parent 900e0ce commit 30896c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Envato/Auth/OAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
* Utility for authenticating with the Envato API using OAuth.
* @package Herbert\Envato\Auth
*
* @property AuthProcedure $auth Authentication token object.
* @property AuthProcedure $auth Authentication token object to use when creating a client.
* @property string $session JSON session string which can be stored and loaded back into a Token object for re-use.
* @property int $expires The timestamp at which the access token expires.
* @property string $token The current access token as a string.
*/
class OAuth implements AuthProcedure
{
Expand Down

0 comments on commit 30896c6

Please sign in to comment.