GoogleCloudIdentitytoolkitV2WithdrawMfaResponse constructor

GoogleCloudIdentitytoolkitV2WithdrawMfaResponse({
  1. String? idToken,
  2. String? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitV2WithdrawMfaResponse({
  this.idToken,
  this.refreshToken,
});