AuthenticatorGroupsConfig.fromJson constructor
AuthenticatorGroupsConfig.fromJson(
- Map json_
Implementation
AuthenticatorGroupsConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
securityGroup: json_['securityGroup'] as core.String?,
);