@@ -18,3 +18,11 @@ public sealed class LineOptions
|
||||
public string ChannelAccessToken { get; set; } = "";
|
||||
public string ChannelSecret { get; set; } = "";
|
||||
}
|
||||
|
||||
/// <summary>VAPID settings for Web Push. Sourced from the NotificationSetting row at runtime.</summary>
|
||||
public sealed class WebPushOptions
|
||||
{
|
||||
public string PublicKey { get; set; } = "";
|
||||
public string PrivateKey { get; set; } = "";
|
||||
public string Subject { get; set; } = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user