Skip to content

Commit ffe5571

Browse files
mkhraishamsporny
authored andcommitted
remove nonce derive credential options
1 parent d2e2236 commit ffe5571

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/DeriveCredentialOptions.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ components:
1717
additionalProperties: false
1818
description: Options for specifying how the derived credential is created.
1919
properties:
20-
nonce:
21-
type: string
22-
description: An encoded nonce provided by the holder of the credential, to be included in the DataIntegrityProof.
2320
selectivePointers:
2421
type: array
2522
description: An array of JSON pointers specifying the selectively disclosed information.
2623
items:
2724
type: string
2825
example:
2926
{
30-
"nonce": "lEixQKDQvRecCifKl789TQj+Ii6YWDLSwn3AxR0VpPJ1QV5htod/0VCchVf1zVM0y2E=",
3127
"selectivePointers": ["/credentialSubject/birthCountry"]
3228
}

0 commit comments

Comments
 (0)