type property

  1. @override
OTPType get type

The type of the token.

Implementation

@override
OTPType get type => OTPType.HOTP;