ВС
Size: a a a
ВС
А
А
ВС
ВС
А
ВС
Р
Р
Р
Р
А
NL
g
А
g
К
А
А
К
$response = $http->request('POST', 'http://127.0.0.1:8009/oauth/token', [
'form_params' => [
'grant_type' => 'password',
'client_id' => $oClient->id,
'client_secret' => $oClient->secret,
'username' => $email,
'password' => $password,
'scope' => '*',
],
]);