Skip to content

Commit

Permalink
Update Token.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Oct 28, 2023
1 parent 4961d1f commit 017cf5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/OneDotZero/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@ class Token extends DataTransferObject
* @var string|null
*/
public $token_type;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $scope;
}

0 comments on commit 017cf5d

Please sign in to comment.