CorbadoAllowCredential constructor

CorbadoAllowCredential({
  1. required String type,
  2. required String id,
  3. required List<String> transports,
})

Implementation

CorbadoAllowCredential({
  required this.type,
  required this.id,
  required this.transports,
});