Nomorepass class

Constructors

Nomorepass([String? server, String? apikey])

Properties

apikey String
getter/setter pair
base String
getter/setter pair
checkUrl String
getter/setter pair
expiry int?
getter/setter pair
getidUrl String
getter/setter pair
grantUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nmpc NmpCrypto
getter/setter pair
pingUrl String
getter/setter pair
referenceUrl String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
getter/setter pair
stopped bool
getter/setter pair
ticket String
getter/setter pair
token String
getter/setter pair

Methods

getQrNomorekeys(String? site, String user, String password, String type, Map? extra) Future<String?>
getQrSend(String? site, String user, String password, Map? extra) Future<String?>
getQrText(String site) Future<String?>
newToken([int? size]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<Map?>
sendRemotePassToDevice(String? cloud, String deviceid, String secret, String username, String password, Map? extra) Future<Map?>
setExpiry(int? expiry) → void
start() Future<Map?>
stop() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited