authenticateCustom abstract method

Future<Session> authenticateCustom({
  1. required String id,
  2. bool create = true,
  3. String? username,
  4. Map<String, String>? vars,
})

Implementation

Future<model.Session> authenticateCustom({
  required String id,
  bool create = true,
  String? username,
  Map<String, String>? vars,
});