Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.54 KB

File metadata and controls

26 lines (21 loc) · 1.54 KB

openapi.model.Model2FAccountExport

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
service Object The Issuer of the 2FA account [optional]
account Object The Label of the 2FA account
icon Object The filename of the icon which decorate the 2FA account [optional]
otpType Object The type of 2FA account
secret Object A base32 encoded string used by the cryptographic algorithm to generate the One-Time Password. [optional]
digits Object The number of digits of the generated One-Time Password [optional]
algorithm Object The algorithm used to generate the One-Time Password [optional] [default to sha1]
period Object For TOTP only: The validity duration of One-Time Password generated for the account [optional] [default to 30]
counter Object for HOTP only: The value of the counter used to synchronize the account with its verification servers [optional] [default to 0]
iconMime String Mime-type of the image
iconFile String Content of the image, encoded in base32
legacyUri String The original otpauth URI of the 2FA account

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