Attributes

class Attributes

Types

Algorithm
Link copied to clipboard
enum Algorithm : Enum<DeviceTOTPBody.Attributes.Algorithm>

Properties

algorithm
Link copied to clipboard
var algorithm: DeviceTOTPBody.Attributes.Algorithm? = null
digits
Link copied to clipboard
var digits: Int? = null
otp
Link copied to clipboard
var otp: String? = null
password
Link copied to clipboard
var password: String? = null
period
Link copied to clipboard
var period: Int? = null
pin
Link copied to clipboard
var pin: String? = null
secret
Link copied to clipboard
var secret: String? = null