GoogleFirebaseAppcheckV1RecaptchaV3Config.fromJson constructor

GoogleFirebaseAppcheckV1RecaptchaV3Config.fromJson(
  1. Map json_
)

Implementation

GoogleFirebaseAppcheckV1RecaptchaV3Config.fromJson(core.Map json_)
  : this(
      minValidScore: (json_['minValidScore'] as core.num?)?.toDouble(),
      name: json_['name'] as core.String?,
      siteSecret: json_['siteSecret'] as core.String?,
      siteSecretSet: json_['siteSecretSet'] as core.bool?,
      tokenTtl: json_['tokenTtl'] as core.String?,
    );