GoogleCloudIdentitytoolkitV2WithdrawMfaResponse.fromJson constructor

GoogleCloudIdentitytoolkitV2WithdrawMfaResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV2WithdrawMfaResponse.fromJson(core.Map json_)
  : this(
      idToken: json_['idToken'] as core.String?,
      refreshToken: json_['refreshToken'] as core.String?,
    );