Update User object of VK
This commit is contained in:
12
src/User.php
Normal file
12
src/User.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace J4k\OAuth2\Client\Provider;
|
||||
|
||||
use League\OAuth2\Client\Provider\GenericResourceOwner;
|
||||
|
||||
class User extends GenericResourceOwner
|
||||
{
|
||||
public $email;
|
||||
public $location;
|
||||
public $description;
|
||||
}
|
||||
Reference in New Issue
Block a user