mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 18:19:47 +05:30
Updated response params
This commit is contained in:
parent
89850420f6
commit
10d7d3cb3d
@ -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'];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user