Skip to content

Commit

Permalink
Add temporaryKeyId
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Sep 5, 2024
1 parent c40ab0f commit 880eafd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ private ActivationLayer1Response processOidcActivation(final EncryptionContext e
createRequest.setUserId(userId);
createRequest.setGenerateRecoveryCodes(false);
createRequest.setApplicationKey(eciesContext.getApplicationKey());
createRequest.setTemporaryKeyId(activationData.getTemporaryKeyId());
createRequest.setEphemeralPublicKey(activationData.getEphemeralPublicKey());
createRequest.setEncryptedData(activationData.getEncryptedData());
createRequest.setMac(activationData.getMac());
Expand Down

0 comments on commit 880eafd

Please sign in to comment.