factory TOauthInput.fromJson(Map<String, dynamic> json) => TOauthInput(body: TOauthBody.fromJson(json['body'] as Map<String, dynamic>));