gpt4 book ai didi

JavaScript 网络推送 : where can I get "auth" key?

转载 作者:行者123 更新时间:2023-11-28 11:21:30 30 4
gpt4 key购买 nike

我开始使用网络推送通知;我不知道在哪里可以找到 auth key :

var pushSubscription = {
endpoint: '< Push Subscription URL >',
keys: {
p256dh: '< User Public Encryption Key >',
auth: '< ???? User Auth Secret ???? >'
}
};

我可以从 ServiceWorker>registeration.pushManager.getSubscription() 获取 endpointp256dh,但不能获取 auth > 关键。

谢谢

最佳答案

您可以使用 getKey 方法获取 p256dhauth(请参阅 the specsthe example from the specs)。

只需对 getSubscription Promise 返回的 PushSubscription 对象调用 JSON.stringify 就更简单了。

关于JavaScript 网络推送 : where can I get "auth" key?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40522029/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com