Show / Hide Table of Contents

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

CalculateChallengeResponse

The CalculateChallengeResponse instance

In this article
Back to top Generated by DocFX