GoogleCloudIdentitytoolkitAdminV2HashConfig.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2HashConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2HashConfig.fromJson(core.Map json_)
  : this(
      algorithm: json_['algorithm'] as core.String?,
      memoryCost: json_['memoryCost'] as core.int?,
      rounds: json_['rounds'] as core.int?,
      saltSeparator: json_['saltSeparator'] as core.String?,
      signerKey: json_['signerKey'] as core.String?,
    );