GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse constructor

GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse({
  1. String? email,
  2. String? expiresIn,
  3. String? idToken,
  4. bool? isNewUser,
  5. String? kind,
  6. String? localId,
  7. List<GoogleCloudIdentitytoolkitV1MfaEnrollment>? mfaInfo,
  8. String? mfaPendingCredential,
  9. String? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse({
  this.email,
  this.expiresIn,
  this.idToken,
  this.isNewUser,
  this.kind,
  this.localId,
  this.mfaInfo,
  this.mfaPendingCredential,
  this.refreshToken,
});