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 106da4c commit 9961e74Copy full SHA for 9961e74
src/Examples/DigitalIdentity/DigitalIdentity/Controllers/HomeController.cs
@@ -60,9 +60,11 @@ public IActionResult DigitalIdentity()
60
.WithDocumentImages()
61
.Build();
62
63
- var sessionReq = new ShareSessionRequestBuilder().WithPolicy(policy)
+ var sessionReq = new ShareSessionRequestBuilder()
64
+ .WithPolicy(policy)
65
.WithNotification(notification)
- .WithRedirectUri("https:/www.yoti.com").WithSubject(new
66
+ .WithRedirectUri("https:/www.yoti.com")
67
+ .WithSubject(new
68
{
69
subject_id = "some_subject_id_string"
70
}).Build();
0 commit comments