mirror of
https://github.com/openvk/openvk
synced 2025-01-07 08:19:43 +03:00
feat(token authorization): add "secret" field
This commit is contained in:
parent
95847d88cd
commit
977da1f9c3
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ final class VKAPIPresenter extends OpenVKPresenter
|
||||||
"expires_in" => 0,
|
"expires_in" => 0,
|
||||||
"user_id" => $uId,
|
"user_id" => $uId,
|
||||||
"is_stale" => $tokenIsStale,
|
"is_stale" => $tokenIsStale,
|
||||||
|
"secret" => "super_secret_value",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$size = strlen($payload);
|
$size = strlen($payload);
|
||||||
|
|
Loading…
Reference in a new issue