menu
cardinal_sdk package
documentation
model/security/enable2fa_request.dart
Enable2faRequest
Enable2faRequest constructor
Enable2faRequest constructor
dark_mode
light_mode
Enable2faRequest
constructor
Enable2faRequest
(
String
secret
,
int
otpLength
)
Implementation
Enable2faRequest( this.secret, int otpLength ) : _otpLength = otpLength;
cardinal_sdk package
documentation
model/security/enable2fa_request
Enable2faRequest
Enable2faRequest constructor
Enable2faRequest class