feat(token authorization): add "secret" field

This commit is contained in:
SachaTending 2024-12-31 16:15:42 +03:00 committed by GitHub
parent 95847d88cd
commit 977da1f9c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,6 +344,7 @@ final class VKAPIPresenter extends OpenVKPresenter
"expires_in" => 0,
"user_id" => $uId,
"is_stale" => $tokenIsStale,
"secret" => "super_secret_value",
]);
$size = strlen($payload);