We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b677b4 commit ba3c20aCopy full SHA for ba3c20a
src/WalletFramework.Oid4Vc/Oid4Vp/PresentationExchange/Models/PresentationDefinition.cs
@@ -36,6 +36,7 @@ public class PresentationDefinition
36
/// <summary>
37
/// This MUST be a string that describes the purpose for which the Presentation Definition's inputs are being used for.
38
/// </summary>
39
+ [JsonProperty("purpose")]
40
public string? Purpose { get; }
41
42
0 commit comments