Skip to content

Commit

Permalink
remove nonce derive credential options
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha authored and msporny committed Mar 26, 2024
1 parent d2e2236 commit ffe5571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/DeriveCredentialOptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ components:
additionalProperties: false
description: Options for specifying how the derived credential is created.
properties:
nonce:
type: string
description: An encoded nonce provided by the holder of the credential, to be included in the DataIntegrityProof.
selectivePointers:
type: array
description: An array of JSON pointers specifying the selectively disclosed information.
items:
type: string
example:
{
"nonce": "lEixQKDQvRecCifKl789TQj+Ii6YWDLSwn3AxR0VpPJ1QV5htod/0VCchVf1zVM0y2E=",
"selectivePointers": ["/credentialSubject/birthCountry"]
}

0 comments on commit ffe5571

Please sign in to comment.