.NET: remove unnecessary variable
This commit is contained in:
parent
e7981d0b79
commit
1a5942d274
@ -103,7 +103,6 @@ string CreateLiveKitJWT(string roomName, string participantName)
|
||||
void VerifyWebhookEvent(string authHeader, string body)
|
||||
{
|
||||
var utf8Encoding = new UTF8Encoding();
|
||||
var algorithm = new HMACSHA256();
|
||||
var tokenValidationParameters = new TokenValidationParameters()
|
||||
{
|
||||
ValidateIssuerSigningKey = true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user