Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 753 Bytes

File metadata and controls

19 lines (14 loc) · 753 Bytes

openapi.model.Otp

Load the model package

import 'package:openapi/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]