GetTOTPResponse

data class GetTOTPResponse(totp: String, biometryMethod: String) : ResponseBody

Properties

biometryMethod
Link copied to clipboard
val biometryMethod: String
totp
Link copied to clipboard
val totp: String