Skip to content

Commit 6c263ac

Browse files
committed
fixing some comments
1 parent e143d64 commit 6c263ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

launcher-csharp/eSignature/Examples/FocusedView.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static (string, string) SendEnvelopeWithFocusedView(
5555
//ds-snippet-start:eSign44Step5
5656
RecipientViewRequest viewRequest = MakeRecipientViewRequest(signerEmail, signerName, returnUrl, signerClientId, pingUrl);
5757

58-
// call the CreateRecipientView API
58+
// call the CreateRecipientView endpoint
5959
ViewUrl results1 = envelopesApi.CreateRecipientView(accountId, envelopeId, viewRequest);
6060

6161
// State can be stored/recovered using the framework's session or a
@@ -87,8 +87,9 @@ public static RecipientViewRequest MakeRecipientViewRequest(string signerEmail,
8787
// can be changed/spoofed very easily.
8888
viewRequest.ReturnUrl = returnUrl + "?state=123";
8989

90-
// How has your app authenticated the user? In addition to your app's
91-
// authentication, you can include authenticate steps from DocuSign.
90+
// How does your app verify the user's authentication? Additionally,
91+
// you can integrate authentication steps from DocuSign alongside
92+
// your app's own authentication process.
9293
// Eg, SMS authentication
9394
viewRequest.AuthenticationMethod = "none";
9495

0 commit comments

Comments
 (0)