Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 764 Bytes

File metadata and controls

13 lines (9 loc) · 764 Bytes

Sealed

UnsealEventsResponse

Fingerprint\ServerSdk\Sealed\Sealed::unsealEventResponse(string $sealed, DecryptionKey[] $keys): Event

Decrypts the sealed response with provided keys.

Required Parameters

Name Type Description Notes
sealed string Base64 encoded sealed data
keys DecryptionKey[] Decryption keys. The SDK will try to decrypt the result with each key until it succeeds.