Response

@Serializable
data class Response(val secret: String, val qrCode: String, val uri: String)(source)

Parameters

secret

The secret used to generate the TOTP code

qrCode

The QR code used to enroll the TOTP factor in a svg format

uri

The URI used to enroll the TOTP factor

Constructors

Link copied to clipboard
constructor(secret: String, qrCode: String, uri: String)

Properties

Link copied to clipboard
@SerialName(value = "qr_code")
val qrCode: String
Link copied to clipboard
Link copied to clipboard
val uri: String