authenticateDevice abstract method

Future<Session> authenticateDevice({
  1. required String deviceId,
  2. bool create = false,
  3. String? username,
  4. Map<String, String>? vars,
})

Implementation

Future<model.Session> authenticateDevice({
  required String deviceId,
  bool create = false,
  String? username,
  Map<String, String>? vars,
});