Verifies the digital signature of a notification message.
true if the signature is valid, false otherwise
true
false
await client.verifyNotification({ kid: '00000000-0000-0000-0000-000000000000', message: Buffer.from('Hello, World!'), signature: Buffer.from('00000000-0000-0000-0000-000000000000', 'base64'),}) Copy
await client.verifyNotification({ kid: '00000000-0000-0000-0000-000000000000', message: Buffer.from('Hello, World!'), signature: Buffer.from('00000000-0000-0000-0000-000000000000', 'base64'),})
Verifies the digital signature of a notification message.