Openbullet 2 Plugins Jun 2026
var securityKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(secret)); var credentials = new SigningCredentials(securityKey, SecurityAlgorithms.HmacSha256);
Add references to:
: Locate the UserData/Plugins folder within your OpenBullet 2 directory. Openbullet 2 Plugins
public interface ICustomBlock : IOb2Plugin var securityKey = new SymmetricSecurityKey(Encoding