AuthenticatorConfiguration.fromJson constructor

AuthenticatorConfiguration.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AuthenticatorConfiguration.fromJson(Map<String, dynamic> json) =>
    _$AuthenticatorConfigurationFromJson(json);