TotpDescription
public struct TotpDescription : Decodable, Encodable
Description of authorization by totp code
-
The number of code symbols that must be entered by the user
Declaration
Swift
public let codeLength: Int
-
Undocumented
Declaration
Swift
public init(codeLength: Int)