We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287fca2 commit f992061Copy full SHA for f992061
src/VerifiableCredentials/OpenId4VciProof.php
@@ -99,7 +99,7 @@ public function getNonce(): ?string
99
{
100
$claimKey = ClaimsEnum::Nonce->value;
101
102
- $nonce = $this->getHeaderClaim($claimKey);
+ $nonce = $this->getPayloadClaim($claimKey);
103
104
return is_null($nonce) ? null : $this->helpers->type()->ensureNonEmptyString($nonce, $claimKey);
105
}
0 commit comments