WithPeriod Method
WithPeriod(int)
Sets the time period in seconds that a TOTP challenge is good for.
C#
public CalculateChallengeResponse WithPeriod(int seconds)
Parameters
Type | Name | Description |
---|---|---|
int | seconds | Time resolution in seconds for the challenge. |
Returns
The CalculateChallengeResponse instance