OWAuthenticator constructor

OWAuthenticator({
  1. required String id,
  2. required String name,
  3. required bool isRegistered,
  4. required bool isPreferred,
  5. required OWAuthenticatorType authenticatorType,
})

Implementation

OWAuthenticator({
  required this.id,
  required this.name,
  required this.isRegistered,
  required this.isPreferred,
  required this.authenticatorType,
});