Skip to content

Commit

Permalink
chore: make expected nonce optional
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 7, 2024
1 parent 1c4f355 commit 3e95e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface VerifyCredentialRequestJwtProofOptions {
/**
* Expected nonce. Should be a c_nonce previously shared with the wallet
*/
expectedNonce: string
expectedNonce?: string

/**
* Date at which the nonce will expire
Expand Down

0 comments on commit 3e95e7b

Please sign in to comment.