AuthenticatorGroupsConfig constructor

AuthenticatorGroupsConfig({
  1. bool? enabled,
  2. String? securityGroup,
})

Implementation

AuthenticatorGroupsConfig({this.enabled, this.securityGroup});