AuthenticationConfidenceLevelCustomPolicy.fromJson constructor

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

Implementation

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