GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig.fromJson constructor

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig.fromJson(
  1. Map json_
)

Implementation

GoogleFirebaseAppcheckV1RecaptchaEnterpriseConfig.fromJson(core.Map json_)
    : this(
        name: json_['name'] as core.String?,
        siteKey: json_['siteKey'] as core.String?,
        tokenTtl: json_['tokenTtl'] as core.String?,
      );