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