CreateParameters

data class CreateParameters(val expirationMinutes: Int)

A data class wrapping the parameters used in a TOTP create request

Constructors

Link copied to clipboard
constructor(expirationMinutes: Int)

Properties

Link copied to clipboard

The expiration for the TOTP instance. If the newly created TOTP is not authenticated within this time frame the TOTP will be unusable. Defaults to 60 (1 hour) with a minimum of 5 and a maximum of