mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Updated response params
This commit is contained in:
@@ -172,7 +172,8 @@ class ResourceServer
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->accessToken = $accessToken;
|
$this->accessToken = $accessToken;
|
||||||
$this->sessionId = $result['id'];
|
$this->sessionId = $result['session_id'];
|
||||||
|
$this->clientId = $result['client_id'];
|
||||||
$this->ownerType = $result['owner_type'];
|
$this->ownerType = $result['owner_type'];
|
||||||
$this->ownerId = $result['owner_id'];
|
$this->ownerId = $result['owner_id'];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user