Gets a nonce (number used once) for a person, typically used for authentication or security purposes. Returns (Task)
Overview of GetNonceAsync goes here.
| Name | Description |
|---|---|
| person | The person to get the nonce for |
Example in C#
// Returns: String
var item = await client.GetNonceAsync(PersonInfo person);