Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Updated autodoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirbyrawr committed Jan 13, 2021
1 parent 4c24200 commit b26d41c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stellar-dotnet-sdk/WebAuthentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static class WebAuthentication
/// <param name="serverKeypair">Server signing keypair</param>
/// <param name="clientAccountId">The client account id that needs authentication</param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="nonce">48 bytes long cryptographic-quality random data</param>
/// <param name="now">The datetime from which the transaction is valid</param>
/// <param name="timeout">The transaction lifespan</param>
Expand All @@ -43,6 +44,7 @@ public static class WebAuthentication
/// <param name="serverKeypair">Server signing keypair</param>
/// <param name="clientAccountId">The client account id that needs authentication</param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="nonce">48 bytes long cryptographic-quality random data</param>
/// <param name="now">The datetime from which the transaction is valid</param>
/// <param name="timeout">The transaction lifespan</param>
Expand Down Expand Up @@ -121,6 +123,7 @@ public static class WebAuthentication
/// <param name="transaction">The challenge transaction</param>
/// <param name="serverAccountId">The server account id</param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="network">The network the transaction was submitted to, defaults to Network.Current</param>
/// <param name="now">Current time, defaults to DateTimeOffset.Now</param>
/// <returns>The client account id</returns>
Expand All @@ -146,6 +149,7 @@ public static class WebAuthentication
/// <param name="transaction">The challenge transaction</param>
/// <param name="serverAccountId">The server account id</param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="network">The network the transaction was submitted to, defaults to Network.Current</param>
/// <param name="now">Current time, defaults to DateTimeOffset.Now</param>
/// <returns>The client account id</returns>
Expand Down Expand Up @@ -276,6 +280,7 @@ public static class WebAuthentication
/// <param name="serverAccountId">The server account id</param>
/// <param name="signers"></param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="network">The network the transaction was submitted to, defaults to Network.Current</param>
/// <param name="now">Current time, defaults to DateTimeOffset.Now</param>
/// <returns></returns>
Expand Down Expand Up @@ -326,6 +331,7 @@ public static class WebAuthentication
/// <param name="transaction">The challenge transaction</param>
/// <param name="serverAccountId">The server account id</param>
/// <param name="homeDomain">The server home domain</param>
/// <param name="webAuthDomain">The server auth domain</param>
/// <param name="network">The network the transaction was submitted to, defaults to Network.Current</param>
/// <param name="now">Current time, defaults to DateTimeOffset.Now</param>
/// <returns>True if the transaction is valid</returns>
Expand Down

0 comments on commit b26d41c

Please sign in to comment.