import 'package:openapi/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| password | String | the One-Time Password | |
| otpType | String | The type of the One-Time Password | |
| generatedAt | int | TOTP only: The timestamp of the generation time | [optional] |
| period | int | TOTP only: The validity period of the password | [optional] |
| counter | int | HOTP only: The number of password computing iterations | [optional] |